featuremgmt/featuremgr/src/serverexe/featmgrserver.h
branchRCL_3
changeset 8 fa9941cf3867
parent 6 5ffdb8f2067f
child 10 31a8f755b7fe
equal deleted inserted replaced
6:5ffdb8f2067f 8:fa9941cf3867
   114         /**
   114         /**
   115          Returns ETrue if backup is in progress 
   115          Returns ETrue if backup is in progress 
   116          Else returns EFalse.
   116          Else returns EFalse.
   117          @return backup status
   117          @return backup status
   118         */
   118         */
   119         TBool BackupIsInProgress() const;
   119         TBool BURIsInProgress() const;
   120 
   120 
   121 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   121 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   122         /**
   122         /**
   123          Called by session to indicate addition of session.
   123          Called by session to indicate addition of session.
   124         */ 
   124         */ 
   276         CFeatMgrTimer* iTimer;     
   276         CFeatMgrTimer* iTimer;     
   277 
   277 
   278         CBurState iBurState;
   278         CBurState iBurState;
   279         
   279         
   280         // ETrue when backup in progress
   280         // ETrue when backup in progress
   281         TBool iBackupInProgress;
   281         TBool iBURInProgress;
   282         
   282         
   283         // ETrue when feature info received from all plugins
   283         // ETrue when feature info received from all plugins
   284         TBool iPluginsReady;
   284         TBool iPluginsReady;
   285                 
   285                 
   286         // Struct to contain information of found Feature Manager plugins
   286         // Struct to contain information of found Feature Manager plugins