equal
deleted
inserted
replaced
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(); |