convergedcallengine/spsettings/backuphelper/inc/spsbackuphelpermonitor.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/convergedcallengine/spsettings/backuphelper/inc/spsbackuphelpermonitor.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/convergedcallengine/spsettings/backuphelper/inc/spsbackuphelpermonitor.h	Tue Aug 31 15:45:17 2010 +0300
@@ -68,6 +68,11 @@
     TBool NoBackupRestore( TInt aBackupStateValue );
     
     /**
+     * Check the sbs status
+     */
+    void CheckStatusL();
+    
+    /**
      * Subscribe P&S key
      */
     void Subscribe();
@@ -86,6 +91,11 @@
 
 private:
     /**
+     * Active backup client
+     */
+    CActiveBackupClient* iABClient;
+    
+    /**
      * Performs restore finalization
      */
     CSpsBackupHelperPerformer* iPerformer;