| 5 | namespace internal { |
| 6 | |
| 7 | SocketServer::SocketServer(const ProtocolHandler* protocolHandler) : |
| 8 | protocolHandler(protocolHandler), |
| 9 | ios() { |
| 10 | } |
| 11 | |
| 12 | template<typename Protocol> |
| 13 | void SocketServer::doListen( |
nothing calls this directly
no outgoing calls
no test coverage detected