convergedcallengine/spsettings/backuphelper/inc/spsbackuphelpermonitor.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
    66      * @return result
    66      * @return result
    67      */
    67      */
    68     TBool NoBackupRestore( TInt aBackupStateValue );
    68     TBool NoBackupRestore( TInt aBackupStateValue );
    69     
    69     
    70     /**
    70     /**
       
    71      * Check the sbs status
       
    72      */
       
    73     void CheckStatusL();
       
    74     
       
    75     /**
    71      * Subscribe P&S key
    76      * Subscribe P&S key
    72      */
    77      */
    73     void Subscribe();
    78     void Subscribe();
    74     
    79     
    75     /**
    80     /**
    84     
    89     
    85     void ConstructL();
    90     void ConstructL();
    86 
    91 
    87 private:
    92 private:
    88     /**
    93     /**
       
    94      * Active backup client
       
    95      */
       
    96     CActiveBackupClient* iABClient;
       
    97     
       
    98     /**
    89      * Performs restore finalization
    99      * Performs restore finalization
    90      */
   100      */
    91     CSpsBackupHelperPerformer* iPerformer;
   101     CSpsBackupHelperPerformer* iPerformer;
    92     
   102     
    93     /**
   103     /**