Adopting changes from asio branch. Currently broken.

This commit is contained in:
lotodore
2009-05-04 21:11:29 +00:00
parent a65934e2a5
commit 60b5d45c53
23 changed files with 539 additions and 421 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ public:
boost::shared_ptr<NetPacket> Recv(SOCKET sock, ReceiveBuffer &buf);
protected:
void InternalGetPackets(ReceiveBuffer &buf);
void ScanPackets(ReceiveBuffer &buf);
};
#endif