usbengines/usbdevcon/src/cusbdevcon.cpp
branchRCL_3
changeset 67 56303587e92f
parent 66 3cb82e326395
child 24 1a297fa72b1e
equal deleted inserted replaced
66:3cb82e326395 67:56303587e92f
   258     if(KErrNone == iStatus.Int())
   258     if(KErrNone == iStatus.Int())
   259         {
   259         {
   260         FLOG( _L( "[USBDEVCON]\tCUsbDevCon::RunL Exiting usbdevcon" ) );      
   260         FLOG( _L( "[USBDEVCON]\tCUsbDevCon::RunL Exiting usbdevcon" ) );      
   261         
   261         
   262         // Shutdown timer is finished, exit program
   262         // Shutdown timer is finished, exit program
   263         CUsbDevCon:: ~CUsbDevCon(); // destruct resources
   263         CActiveScheduler::Stop(); // destruct resources
   264         User::Exit(KErrNone);
       
   265         }
   264         }
   266     }
   265     }
   267 
   266 
   268 // ---------------------------------------------------------------------------
   267 // ---------------------------------------------------------------------------
   269 // Cancellation
   268 // Cancellation