| 63 | |
| 64 | protected: |
| 65 | std::shared_ptr<CppServer::Asio::SSLSession> CreateSession(const std::shared_ptr<CppServer::Asio::SSLServer>& server) override |
| 66 | { |
| 67 | return std::make_shared<ChatSession>(server); |
| 68 | } |
| 69 | |
| 70 | protected: |
| 71 | void onError(int error, const std::string& category, const std::string& message) override |
nothing calls this directly
no outgoing calls
no test coverage detected