| 79 | |
| 80 | protected: |
| 81 | std::shared_ptr<CppServer::Asio::TCPSession> CreateSession(const std::shared_ptr<CppServer::Asio::TCPServer>& server) override |
| 82 | { |
| 83 | return std::make_shared<SimpleProtoSession>(server); |
| 84 | } |
| 85 | |
| 86 | protected: |
| 87 | void onError(int error, const std::string& category, const std::string& message) override |
nothing calls this directly
no outgoing calls
no test coverage detected