realtimenetprots/sipfw/SIP/ConnectionMgr/src/CReceiverTcp.cpp
changeset 35 a858c2cf6a45
parent 0 307788aac0a8
--- a/realtimenetprots/sipfw/SIP/ConnectionMgr/src/CReceiverTcp.cpp	Wed Jun 23 18:36:31 2010 +0300
+++ b/realtimenetprots/sipfw/SIP/ConnectionMgr/src/CReceiverTcp.cpp	Tue Jul 06 14:39:54 2010 +0300
@@ -149,8 +149,8 @@
 		iContext.SocketContainer().CancelRecv();
 		}
 	else
-		{
-		iContext.SocketContainer().Socket().CancelAll();
+		{        
+		iContext.SocketContainer().CancelAll();        
 		}
 	RemoveReceived();
 	}