diff -r 8798b8c7bbfb -r 5f12516512fa realtimenetprots/sipfw/SIP/ConnectionMgr/src/CReceiverTcp.cpp --- a/realtimenetprots/sipfw/SIP/ConnectionMgr/src/CReceiverTcp.cpp Fri May 28 16:13:10 2010 +0300 +++ b/realtimenetprots/sipfw/SIP/ConnectionMgr/src/CReceiverTcp.cpp Thu Jun 24 14:43:49 2010 +0300 @@ -149,8 +149,8 @@ iContext.SocketContainer().CancelRecv(); } else - { - iContext.SocketContainer().Socket().CancelAll(); + { + iContext.SocketContainer().CancelAll(); } RemoveReceived(); }