summaryrefslogtreecommitdiff
path: root/syncSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'syncSocket.cpp')
-rw-r--r--syncSocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/syncSocket.cpp b/syncSocket.cpp
index 5ed631a..2f7e730 100644
--- a/syncSocket.cpp
+++ b/syncSocket.cpp
@@ -56,6 +56,7 @@ void SyncSocket::OnAccept()
void SyncSocket::OnRawData(const char *buf,size_t len)
//void SyncSocket::OnLine(const std::string& line)
{
+ return();
std::stringstream iss;
std::cout << "recieved sync inforamtaion:"<< std::endl;
for(size_t index=0;index<len;index++)