usbengines/usbdevcon/src/cusbdevcon.cpp
branchRCL_3
changeset 8 bb32eca979b3
parent 7 ff9df6630274
child 9 1a297fa72b1e
equal deleted inserted replaced
7:ff9df6630274 8:bb32eca979b3
   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