radioapp/radioenginewrapper/tsrc/src/t_schedulerstartandstoptimer.cpp
changeset 51 bbebb0235466
parent 28 075425b8d9a4
--- a/radioapp/radioenginewrapper/tsrc/src/t_schedulerstartandstoptimer.cpp	Fri Sep 03 12:25:04 2010 +0300
+++ b/radioapp/radioenginewrapper/tsrc/src/t_schedulerstartandstoptimer.cpp	Mon Sep 20 18:04:48 2010 +0300
@@ -87,6 +87,7 @@
 void CSchedulerStopAndStartTimer::RunL()
     {
     FUNC_LOG;
+    iSchedulerStartAndStopTimerObserver.Timeout( iTimerId );        
     if ( ETimerIdCreateMUT == iTimerId )
         {
         iSchedulerStartAndStopTimerObserver.CreateMUT();
@@ -101,7 +102,6 @@
     else
         {
         CActiveScheduler::Stop();
-        iSchedulerStartAndStopTimerObserver.Timeout( iTimerId );        
         }
     }