summaryrefslogtreecommitdiff
path: root/syncSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-12 16:46:57 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-12 16:46:57 +0000
commitdc6debea5a3d3eae56c4e7b2241169b6fa80db90 (patch)
treec363a1465f85adaea50e04289106ed6ce51d3b7d /syncSocket.cpp
parentdebugging.. (diff)
build error fixed
Diffstat (limited to 'syncSocket.cpp')
-rw-r--r--syncSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncSocket.cpp b/syncSocket.cpp
index 2f7e730..b6682ce 100644
--- a/syncSocket.cpp
+++ b/syncSocket.cpp
@@ -56,7 +56,7 @@ void SyncSocket::OnAccept()
void SyncSocket::OnRawData(const char *buf,size_t len)
//void SyncSocket::OnLine(const std::string& line)
{
- return();
+ return;
std::stringstream iss;
std::cout << "recieved sync inforamtaion:"<< std::endl;
for(size_t index=0;index<len;index++)