From 2dd4b9e3a34c3c94fd475de7472e7244e83a48fa Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 28 Feb 2008 20:33:46 +0000 Subject: sync fixes --- syncClientSocket.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'syncClientSocket.h') diff --git a/syncClientSocket.h b/syncClientSocket.h index 17dd518..1909ebb 100644 --- a/syncClientSocket.h +++ b/syncClientSocket.h @@ -5,6 +5,11 @@ #include "Sockets/ISocketHandler.h" #include "connectionList.h" #include "syncCommand.h" +#include +#include +#include + + #ifdef SOCKETS_NAMESPACE using namespace SOCKETS_NAMESPACE; @@ -20,6 +25,7 @@ public: void OnRawData(const char *buf,size_t len); private: ConnectionList & cl_; + std::stringstream iss_; }; -- cgit v1.2.3