commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp
branchRCL_3
changeset 16 71dd06cfe933
parent 15 08e69e956a8c
child 55 aecbbf00d063
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
   107         iIsReceived = ETrue;
   107         iIsReceived = ETrue;
   108         }
   108         }
   109 
   109 
   110     // If not ENotifyDisk, do refresh when event is checked
   110     // If not ENotifyDisk, do refresh when event is checked
   111     // using CheckFileSystemEvent
   111     // using CheckFileSystemEvent
   112     if ( iNotifyType == ENotifyEntry )
   112     if ( iNotifyType == ENotifyDisk || iNotifyType == ENotifyEntry )
   113         {
   113         {
   114         iObserver.NotifyFileSystemChangedL();
   114         iObserver.NotifyFileSystemChangedL();
   115         }
   115         }
   116     Setup();
       
   117     }
   116     }
   118 
   117 
   119 // -----------------------------------------------------------------------------
   118 // -----------------------------------------------------------------------------
   120 // CAknCFDFileSystemEvent::RunError
   119 // CAknCFDFileSystemEvent::RunError
   121 // From CActive. Called when error occurred in asynchronous request
   120 // From CActive. Called when error occurred in asynchronous request