summaryrefslogtreecommitdiff
path: root/syncSocket.h
diff options
context:
space:
mode:
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
};