mmappcomponents/harvester/filehandler/src/mpxdiskspacewatcher.cpp
branchRCL_3
changeset 9 bee149131e4b
parent 0 a2952bb97e68
equal deleted inserted replaced
4:d45095c2f4f3 9:bee149131e4b
   145 // ---------------------------------------------------------------------------
   145 // ---------------------------------------------------------------------------
   146 //
   146 //
   147 void CMPXDiskSpaceWatcher::RunL()
   147 void CMPXDiskSpaceWatcher::RunL()
   148     {
   148     {
   149     // Callback to observer about which drive is low on disk space
   149     // Callback to observer about which drive is low on disk space
   150     //
   150     //Check whether the current disk is low on disk space in Mass Storage mode.
   151     iObs.HandleLowDiskEvent( iDriveToMonitor );
   151     //    
       
   152     if (IsLowOnDisk())
       
   153         {
       
   154         iObs.HandleLowDiskEvent( iDriveToMonitor );
       
   155         }
   152     }
   156     }
   153 
   157 
   154 // END OF FILE
   158 // END OF FILE