| 45 | } |
| 46 | |
| 47 | void onError(int error, const std::string& category, const std::string& message) override |
| 48 | { |
| 49 | std::cout << "UDP server caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 50 | } |
| 51 | }; |
| 52 | |
| 53 | int main(int argc, char** argv) |
nothing calls this directly
no outgoing calls
no test coverage detected