| 56 | |
| 57 | protected: |
| 58 | void onError(int error, const std::string& category, const std::string& message) override |
| 59 | { |
| 60 | std::cout << "Protocol server caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 61 | } |
| 62 | |
| 63 | protected: |
| 64 | // Protocol implementation |
nothing calls this directly
no outgoing calls
no test coverage detected