MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / CNetworkServer

Method CNetworkServer

Source/Client/NM_Engine/ServerSocketAuth.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37CNetworkServer::CNetworkServer(NetService& netService) :
38 NetServer(netService()), m_pNetService(netService), m_pSQLConnector(netService()), m_szPortOrderID("0")
39{
40}
41CNetworkServer::~CNetworkServer()
42{
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected