diff -r 2cdd984ec527 -r 654ed625511d realtimenetprots/sipfw/SIP/ConnectionMgr/src/CSocketContainer.cpp --- a/realtimenetprots/sipfw/SIP/ConnectionMgr/src/CSocketContainer.cpp Mon Jun 21 16:03:44 2010 +0300 +++ b/realtimenetprots/sipfw/SIP/ConnectionMgr/src/CSocketContainer.cpp Thu Jul 15 19:02:22 2010 +0300 @@ -192,5 +192,14 @@ CSocketContainer::CSocketContainer( RSocket& aSocket ) : iSocket( aSocket ) { } - + +// ----------------------------------------------------------------------------- +// CSocketContainer::CancelAll +// ----------------------------------------------------------------------------- +// +void CSocketContainer::CancelAll() + { + iSocket.CancelAll(); + } + // End of file