From dc6debea5a3d3eae56c4e7b2241169b6fa80db90 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 12 Dec 2007 16:46:57 +0000 Subject: build error fixed --- syncSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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