MCPcopy Create free account
hub / github.com/cppla/ServerStatus / CClient

Class CClient

server/src/server.h:9–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7class CServer
8{
9 class CClient
10 {
11 public:
12 enum
13 {
14 STATE_EMPTY=0,
15 STATE_CONNECTED,
16 STATE_AUTHED,
17 };
18
19 int m_State;
20 int64 m_TimeConnected;
21 int64 m_LastReceived;
22 };
23 CClient m_aClients[NET_MAX_CLIENTS];
24
25 CNetwork m_Network;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected