From fffd213c8cba2135afda493d797c41c10354770e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 12 Apr 2008 11:38:42 +0000 Subject: big svn cleanup --- syncSocket.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 syncSocket.h (limited to 'syncSocket.h') diff --git a/syncSocket.h b/syncSocket.h deleted file mode 100644 index e1d0f9b..0000000 --- a/syncSocket.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef _SYNCSOCKET_H -#define _SYNCSOCKET_H - -#include "Sockets/TcpSocket.h" -#include "Sockets/ISocketHandler.h" -#include "connectionList.h" - -#ifdef SOCKETS_NAMESPACE -using namespace SOCKETS_NAMESPACE; -#endif // SOCKETS_NAMESPACE - -class SyncSocket : public TcpSocket -{ -public: - SyncSocket(ISocketHandler&,ConnectionList & ); - - void OnAccept(); -// void Init(); - -// void InitSSLServer(); -private: - ConnectionList & cl_; -}; - - -#endif // _SYNCSOCKET_H -- cgit v1.2.3