| 97 | |
| 98 | protected: |
| 99 | std::shared_ptr<TCPSession> CreateSession(const std::shared_ptr<TCPServer>& server) override { return std::make_shared<ProtoSession>(server); } |
| 100 | |
| 101 | protected: |
| 102 | void onStarted() override { started = true; } |
nothing calls this directly
no outgoing calls
no test coverage detected