From c31f7578c50c4b80d5e24c67b80d74fea2fc762f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 10 Dec 2007 19:33:27 +0000 Subject: some cleanups --- syncSocket.cpp | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'syncSocket.cpp') diff --git a/syncSocket.cpp b/syncSocket.cpp index dbb1dfb..b74b365 100644 --- a/syncSocket.cpp +++ b/syncSocket.cpp @@ -1,12 +1,14 @@ - -#include "Sockets/Utility.h" -#include "syncSocket.h" -//#include -//#include #include #include #include -#include "connectionParam.h" + +#include +#include + + +//#include "connectionParam.h" +#include "Sockets/Utility.h" +#include "syncSocket.h" SyncSocket::SyncSocket(ISocketHandler& h,ConnectionList & cl) :TcpSocket(h),cl_(cl) @@ -42,7 +44,7 @@ void SyncSocket::OnAccept() std::ostringstream sout; // boost::archive::text_oarchive oa(sout); ConnectionParam conn = cl_.getConnection(); - // oa << conn; +// oa << conn; Send(sout.str()+"\n"); } -- cgit v1.2.3