commonuis/CommonDialogs/src/CAknCFDFileSystemEvent.cpp
branchRCL_3
changeset 55 aecbbf00d063
parent 16 71dd06cfe933
child 56 d48ab3b357f1
equal deleted inserted replaced
51:fcdfafb36fe7 55:aecbbf00d063
   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 || iNotifyType == ENotifyEntry )
   112     if ( iNotifyType == ENotifyDisk )
   113         {
   113         {
   114         iObserver.NotifyFileSystemChangedL();
   114         iObserver.NotifyFileSystemChangedL();
   115         }
   115         }
   116     }
   116     }
   117 
   117