Network - Added comments

This commit is contained in:
Pontus Fransson 2013-12-13 08:23:54 +01:00
parent 2ddb984a2b
commit 94ccd91828
1 changed files with 2 additions and 0 deletions

View File

@ -37,10 +37,12 @@ namespace Oyster
bool IsConnected(); bool IsConnected();
//Adds the protocol to the queue of protocols to be sent.
void Send(CustomProtocolObject& protocol); void Send(CustomProtocolObject& protocol);
void SetRecieverObject(RecieverObject recvObj, NetworkProtocolCallbackType type); void SetRecieverObject(RecieverObject recvObj, NetworkProtocolCallbackType type);
//Compares the internal ID.
bool operator ==(const NetworkClient& obj); bool operator ==(const NetworkClient& obj);
private: private: