(svn r20929) -Codechange: make NetworkCloseClient a class method
This commit is contained in:
@@ -38,6 +38,8 @@ protected:
|
||||
public:
|
||||
ServerNetworkGameSocketHandler(SOCKET s);
|
||||
~ServerNetworkGameSocketHandler();
|
||||
|
||||
NetworkRecvStatus CloseConnection(NetworkRecvStatus status);
|
||||
};
|
||||
|
||||
DEF_SERVER_SEND_COMMAND(PACKET_SERVER_MAP);
|
||||
|
Reference in New Issue
Block a user