| 31 | } |
| 32 | |
| 33 | void onDisconnected() override |
| 34 | { |
| 35 | std::cout << "Simple protocol session with Id " << id() << " disconnected!" << std::endl; |
| 36 | } |
| 37 | |
| 38 | void onError(int error, const std::string& category, const std::string& message) override |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected