| 35 | |
| 36 | |
| 37 | CNetworkServer::CNetworkServer(NetService& netService) : |
| 38 | NetServer(netService()), m_pNetService(netService), m_pSQLConnector(netService()), m_szPortOrderID("0") |
| 39 | { |
| 40 | } |
| 41 | CNetworkServer::~CNetworkServer() |
| 42 | { |
| 43 | } |
nothing calls this directly
no outgoing calls
no test coverage detected