summaryrefslogtreecommitdiff
path: root/syncSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-13 12:56:50 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-13 12:56:50 +0000
commitcf7d42e10e3a2025df7857e180c07fcea404a05d (patch)
tree809e1c43e22d2fffc2210a3ae091a25a1342c5df /syncSocket.h
parentcodechanges in sha1authalgo (diff)
splitten SyncSocket to SyncSocket and SyncClientSocket
Diffstat (limited to 'syncSocket.h')
-rw-r--r--syncSocket.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/syncSocket.h b/syncSocket.h
index 19d6ef5..e1d0f9b 100644
--- a/syncSocket.h
+++ b/syncSocket.h
@@ -15,17 +15,11 @@ public:
SyncSocket(ISocketHandler&,ConnectionList & );
void OnAccept();
-
- bool OnConnectRetry();
- void OnReconnect();
-// void OnLine(const std::string& line);
- void OnRawData(const char *buf,size_t len);
// void Init();
// void InitSSLServer();
private:
ConnectionList & cl_;
-// ResumeSocket2& operator=(const ResumeSocket2& ) { return *this; } // assignment operator
};