summaryrefslogtreecommitdiff
path: root/syncSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'syncSocket.h')
-rw-r--r--syncSocket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/syncSocket.h b/syncSocket.h
index 31169c1..66fa842 100644
--- a/syncSocket.h
+++ b/syncSocket.h
@@ -18,7 +18,8 @@ public:
bool OnConnectRetry();
void OnReconnect();
- void OnRawData(const char *buf,size_t len);
+ void OnLine(const std::string& line);
+// void OnRawData(const char *buf,size_t len);
// void Init();
// void InitSSLServer();