(svn r20929) -Codechange: make NetworkCloseClient a class method

This commit is contained in:
rubidium
2010-10-15 18:42:52 +00:00
parent 8f9ae44a67
commit 7ba07d9573
8 changed files with 88 additions and 70 deletions

View File

@@ -38,6 +38,8 @@ protected:
public:
ServerNetworkGameSocketHandler(SOCKET s);
~ServerNetworkGameSocketHandler();
NetworkRecvStatus CloseConnection(NetworkRecvStatus status);
};
DEF_SERVER_SEND_COMMAND(PACKET_SERVER_MAP);