summaryrefslogtreecommitdiff
path: root/syncSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-04-12 11:38:42 +0000
committerOthmar Gsenger <otti@anytun.org>2008-04-12 11:38:42 +0000
commitfffd213c8cba2135afda493d797c41c10354770e (patch)
treebb5eea1b12871d8c3fed0e687d83be3e504d11b2 /syncSocket.h
parentsvn cleanup (diff)
big svn cleanup
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