filemanager/src/inc/fmdrivewatcher/private/symbian/fmdriveevent.cpp
changeset 32 39cf9ced4cc4
parent 16 ada7962b4308
child 40 4167eb56f30d
equal deleted inserted replaced
27:df183af6b92f 32:39cf9ced4cc4
   110 //
   110 //
   111 // ------------------------------------------------------------------------------
   111 // ------------------------------------------------------------------------------
   112 //
   112 //
   113 void CFmDriveEvent::Setup()
   113 void CFmDriveEvent::Setup()
   114     {
   114     {
   115     FmLogger::log( QString( "CFmDriveEvent::Setup start" ) );
   115     FM_LOG( QString( "CFmDriveEvent::Setup start" ) );
   116     if( IsActive() )
   116     if( IsActive() )
   117         {
   117         {
   118         return;
   118         return;
   119         }
   119         }
   120     
   120     
   121     iFs.NotifyChange( ENotifyDisk, iStatus );
   121     iFs.NotifyChange( ENotifyDisk, iStatus );
   122     SetActive();
   122     SetActive();
   123     FmLogger::log( QString( "CFmDriveEvent::Setup end" ) );
   123     FM_LOG( QString( "CFmDriveEvent::Setup end" ) );
   124     }
   124     }
   125 
   125 
   126 // -----------------------------------------------------------------------------
   126 // -----------------------------------------------------------------------------
   127 // CFmDriveEvent::RunL
   127 // CFmDriveEvent::RunL
   128 // From CActive. Called when asynchronous request is completed. 
   128 // From CActive. Called when asynchronous request is completed.