commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
child 16 71dd06cfe933
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   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 == ENotifyDisk )
   112     if ( iNotifyType == ENotifyEntry )
   113         {
   113         {
   114         iObserver.NotifyFileSystemChangedL();
   114         iObserver.NotifyFileSystemChangedL();
   115         }
   115         }
       
   116     Setup();
   116     }
   117     }
   117 
   118 
   118 // -----------------------------------------------------------------------------
   119 // -----------------------------------------------------------------------------
   119 // CAknCFDFileSystemEvent::RunError
   120 // CAknCFDFileSystemEvent::RunError
   120 // From CActive. Called when error occurred in asynchronous request
   121 // From CActive. Called when error occurred in asynchronous request