mmsharing/mmshmanagersrv/src/musmanagerserverclosetimer.cpp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    99 void CMusManagerServerCloseTimer::RunL ()
    99 void CMusManagerServerCloseTimer::RunL ()
   100     {
   100     {
   101 	CActiveScheduler::Stop();
   101 	CActiveScheduler::Stop();
   102     }
   102     }
   103 
   103 
       
   104 // -------------------------------------------------------------------------
       
   105 //  If RunL() leaves,It should be handled here.
       
   106 // -------------------------------------------------------------------------
       
   107 //
       
   108 TInt CMusManagerServerCloseTimer::RunError( TInt aError )
       
   109     {
       
   110     // Nothing can be done here.
       
   111     aError = KErrNone;
       
   112 
       
   113     return aError;
       
   114     }
       
   115 
   104 // ----------------------------------------------------------------------------
   116 // ----------------------------------------------------------------------------
   105 // CMusManagerServerCloseTimer::DoCancel
   117 // CMusManagerServerCloseTimer::DoCancel
   106 // ----------------------------------------------------------------------------
   118 // ----------------------------------------------------------------------------
   107 //	
   119 //	
   108 void CMusManagerServerCloseTimer::DoCancel ()
   120 void CMusManagerServerCloseTimer::DoCancel ()