diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-13 13:01:05 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-13 13:01:05 +0000 |
commit | 6a906e749cd269b217809f199b65fb63b468e43a (patch) | |
tree | bdeb1e475bd24919cf2a51b9cbf0e2fae3c30ad2 /syncClientSocket.cpp | |
parent | splitten SyncSocket to SyncSocket and SyncClientSocket (diff) |
activated sync
Diffstat (limited to 'syncClientSocket.cpp')
-rw-r--r-- | syncClientSocket.cpp | 1 |
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++) |