summaryrefslogtreecommitdiff
path: root/syncSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-12 16:44:59 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-12 16:44:59 +0000
commit131ace7aa5df3a931c26cdcb5e7d9e811260ede4 (patch)
treec3df92a1e635582910b071f1ae41f76386723460 /syncSocket.cpp
parentOnLine -> OnRawData (diff)
debugging..
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++)