| 50 | |
| 51 | protected: |
| 52 | std::shared_ptr<TCPSession> CreateSession(const std::shared_ptr<TCPServer>& server) override |
| 53 | { |
| 54 | return std::make_shared<ProtoSession>(server); |
| 55 | } |
| 56 | |
| 57 | protected: |
| 58 | void onError(int error, const std::string& category, const std::string& message) override |
nothing calls this directly
no outgoing calls
no test coverage detected