From 94ccd9182830304f401fe25b70d0e5fb542dc66b Mon Sep 17 00:00:00 2001 From: Pontus Fransson Date: Fri, 13 Dec 2013 08:23:54 +0100 Subject: [PATCH] Network - Added comments --- Code/Network/NetworkAPI/NetworkClient.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/Network/NetworkAPI/NetworkClient.h b/Code/Network/NetworkAPI/NetworkClient.h index 2683b582..7d4928f4 100644 --- a/Code/Network/NetworkAPI/NetworkClient.h +++ b/Code/Network/NetworkAPI/NetworkClient.h @@ -37,10 +37,12 @@ namespace Oyster bool IsConnected(); + //Adds the protocol to the queue of protocols to be sent. void Send(CustomProtocolObject& protocol); void SetRecieverObject(RecieverObject recvObj, NetworkProtocolCallbackType type); + //Compares the internal ID. bool operator ==(const NetworkClient& obj); private: