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