summaryrefslogtreecommitdiff
path: root/syncClientSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-13 13:01:05 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-13 13:01:05 +0000
commit6a906e749cd269b217809f199b65fb63b468e43a (patch)
treebdeb1e475bd24919cf2a51b9cbf0e2fae3c30ad2 /syncClientSocket.cpp
parentsplitten SyncSocket to SyncSocket and SyncClientSocket (diff)
activated sync
Diffstat (limited to 'syncClientSocket.cpp')
-rw-r--r--syncClientSocket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/syncClientSocket.cpp b/syncClientSocket.cpp
index 7dbbf67..864d574 100644
--- a/syncClientSocket.cpp
+++ b/syncClientSocket.cpp
@@ -42,7 +42,6 @@ void SyncClientSocket::OnReconnect()
void SyncClientSocket::OnRawData(const char *buf,size_t len)
//void SyncClientSocket::OnLine(const std::string& line)
{
- return;
std::stringstream iss;
std::cout << "recieved sync inforamtaion:"<< std::endl;
for(size_t index=0;index<len;index++)