Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ SetCallbacks
Method
SetCallbacks
server/src/network.cpp:28–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void CNetwork::SetCallbacks(NETFUNC_NEWCLIENT pfnNewClient, NETFUNC_DELCLIENT pfnDelClient, void *pUser)
29
{
30
m_pfnNewClient = pfnNewClient;
31
m_pfnDelClient = pfnDelClient;
32
m_UserPtr = pUser;
33
}
34
35
int CNetwork::Close()
36
{
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected