upnpsharing/upnpcontentserver/src/upnpcontentserver.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
child 38 5360b7ddc251
--- a/upnpsharing/upnpcontentserver/src/upnpcontentserver.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpsharing/upnpcontentserver/src/upnpcontentserver.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -249,7 +249,7 @@
 void CUpnpContentServer::Stop()
     {
     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
-    if ( iIdle )
+  /*  if ( iIdle )
         {
         iIdle->Cancel();
         }
@@ -261,7 +261,7 @@
 
     iIdle->Start( KShutdownTimeout, 
                   KShutdownTimeout, 
-                  TCallBack( Shutdown, this ) );
+                  TCallBack( Shutdown, this ) );*/
     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
     }