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