webengine/osswebengine/WebCore/platform/symbian/SharedTimerSymbian.cpp
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 11 c8a366e56285
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   116     {
   116     {
   117     shutdownInProgress = true;
   117     shutdownInProgress = true;
   118     stopSharedTimer();
   118     stopSharedTimer();
   119     }
   119     }
   120 
   120 
       
   121 void initSharedTimer()
       
   122     {
       
   123     shutdownInProgress = false;
       
   124     }
       
   125 
   121 }
   126 }