| 71 | } |
| 72 | |
| 73 | void DeviceWrapper::error(const std::string& messageText) const |
| 74 | { |
| 75 | m_MessageCallback->message(MessageSeverity::Error, messageText.c_str()); |
| 76 | } |
| 77 | |
| 78 | void DeviceWrapper::warning(const std::string& messageText) const |
| 79 | { |
nothing calls this directly
no outgoing calls
no test coverage detected