| 1396 | } |
| 1397 | |
| 1398 | void CSuperSerialCard::SetRegistrySerialPortName(void) |
| 1399 | { |
| 1400 | std::string regSection = RegGetConfigSlotSection(m_slot); |
| 1401 | RegSaveString(regSection.c_str(), REGVALUE_SERIAL_PORT_NAME, TRUE, GetSerialPortName()); |
| 1402 | } |
| 1403 | |
| 1404 | //=========================================================================== |
| 1405 |
nothing calls this directly
no test coverage detected