convergedcallengine/spsettings/backuphelper/inc/spsbackuphelpermonitor.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    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     /**
       
    76      * Subscribe P&S key
    71      * Subscribe P&S key
    77      */
    72      */
    78     void Subscribe();
    73     void Subscribe();
    79     
    74     
    80     /**
    75     /**
    89     
    84     
    90     void ConstructL();
    85     void ConstructL();
    91 
    86 
    92 private:
    87 private:
    93     /**
    88     /**
    94      * Active backup client
       
    95      */
       
    96     CActiveBackupClient* iABClient;
       
    97     
       
    98     /**
       
    99      * Performs restore finalization
    89      * Performs restore finalization
   100      */
    90      */
   101     CSpsBackupHelperPerformer* iPerformer;
    91     CSpsBackupHelperPerformer* iPerformer;
   102     
    92     
   103     /**
    93     /**