convergedcallengine/spsettings/backuphelper/src/spsbackuphelpermonitor.cpp
changeset 51 12bc758d6a02
parent 32 1f002146abb4
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
   174 // ---------------------------------------------------------------------------
   174 // ---------------------------------------------------------------------------
   175 //
   175 //
   176 void CSpsBackupHelperMonitor::RunL()
   176 void CSpsBackupHelperMonitor::RunL()
   177     {
   177     {
   178     XSPSLOGSTRING( "CSpsBackupHelperMonitor::RunL IN" );
   178     XSPSLOGSTRING( "CSpsBackupHelperMonitor::RunL IN" );
   179     // The P&S flag has changed state, which could mean that the device is
       
   180     // either entering a backup, restore or normal state
       
   181     TInt backupStateValue = 0;  // To store the P&S value
       
   182 
       
   183     // re-subscribe to the flag to monitor future changes
   179     // re-subscribe to the flag to monitor future changes
   184     Subscribe();
   180     Subscribe();
   185 
       
   186     CheckStatusL();
   181     CheckStatusL();
   187 
       
   188     XSPSLOGSTRING( "CSpsBackupHelperMonitor::RunL OUT" );
   182     XSPSLOGSTRING( "CSpsBackupHelperMonitor::RunL OUT" );
   189     }
   183     }
   190 
   184 
   191 // ---------------------------------------------------------------------------
   185 // ---------------------------------------------------------------------------
   192 // 
   186 //