upnpsharing/upnpcontentserver/src/upnpcontentserver.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
child 38 5360b7ddc251
equal deleted inserted replaced
27:03808033c9a2 32:3785f754ee62
   247 // --------------------------------------------------------------------------
   247 // --------------------------------------------------------------------------
   248 //
   248 //
   249 void CUpnpContentServer::Stop()
   249 void CUpnpContentServer::Stop()
   250     {
   250     {
   251     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
   251     __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ );
   252     if ( iIdle )
   252   /*  if ( iIdle )
   253         {
   253         {
   254         iIdle->Cancel();
   254         iIdle->Cancel();
   255         }
   255         }
   256     else
   256     else
   257         {
   257         {
   259         __ASSERT( err == KErrNone, __FILE__, __LINE__  );
   259         __ASSERT( err == KErrNone, __FILE__, __LINE__  );
   260         }
   260         }
   261 
   261 
   262     iIdle->Start( KShutdownTimeout, 
   262     iIdle->Start( KShutdownTimeout, 
   263                   KShutdownTimeout, 
   263                   KShutdownTimeout, 
   264                   TCallBack( Shutdown, this ) );
   264                   TCallBack( Shutdown, this ) );*/
   265     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
   265     __LOG8_1( "%s end.", __PRETTY_FUNCTION__ );
   266     }
   266     }
   267 
   267 
   268 // --------------------------------------------------------------------------
   268 // --------------------------------------------------------------------------
   269 // CUpnpContentServer::Shutdown
   269 // CUpnpContentServer::Shutdown