summaryrefslogtreecommitdiff
path: root/syncSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'syncSocket.h')
-rw-r--r--syncSocket.h26
1 files changed, 0 insertions, 26 deletions
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