watchdog/src/watchdog.cpp
changeset 60 79f826a55db2
parent 51 87e65c44ff3a
equal deleted inserted replaced
58:fe894bb075c2 60:79f826a55db2
   275 
   275 
   276 void CWatchdog::SelfShutdownNotification()
   276 void CWatchdog::SelfShutdownNotification()
   277     {
   277     {
   278     PRINT(_L("CWatchdog::SelfShutdownNotification()"));
   278     PRINT(_L("CWatchdog::SelfShutdownNotification()"));
   279     CActiveScheduler::Stop();
   279     CActiveScheduler::Stop();
   280     
       
   281     }
   280     }
   282 
   281 
   283 void MainL()
   282 void MainL()
   284     {
   283     {
   285     CActiveScheduler* scheduler = new (ELeave) CActiveScheduler();
   284     CActiveScheduler* scheduler = new (ELeave) CActiveScheduler();