| 73 | } |
| 74 | |
| 75 | void Modem::writeSetting(std::string /* setting */, std::string /* value */) { |
| 76 | // ... |
| 77 | } |
| 78 | |
| 79 | std::string Modem::readSetting(std::string /* setting */) { |
| 80 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected