summaryrefslogtreecommitdiff
path: root/syncSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-12 16:30:33 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-12 16:30:33 +0000
commit26310b1f3405f759970bc4e15b9ffc76a721db21 (patch)
tree95a9eb0ff08aca65e0fc7cd35b2280eee49739df /syncSocket.h
parentadded buffer size (diff)
OnLine -> OnRawData
Diffstat (limited to 'syncSocket.h')
-rw-r--r--syncSocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/syncSocket.h b/syncSocket.h
index 66fa842..19d6ef5 100644
--- a/syncSocket.h
+++ b/syncSocket.h
@@ -18,8 +18,8 @@ public:
bool OnConnectRetry();
void OnReconnect();
- void OnLine(const std::string& line);
-// 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();