featuremgmt/featuremgr/src/serverexe/featmgrserver.h
changeset 51 7d4490026038
parent 17 55f2396f6d25
equal deleted inserted replaced
40:b8bdbc8f59c7 51:7d4490026038
   224     BURStatus Goto_ErrorState( BURStatus aCurrent );
   224     BURStatus Goto_ErrorState( BURStatus aCurrent );
   225     
   225     
   226     private:
   226     private:
   227 
   227 
   228     /* Clears the feature array ready to re-populate it during a restore operation */
   228     /* Clears the feature array ready to re-populate it during a restore operation */
   229     void ClearFeatures( void );
   229     void ClearFeaturesL( void );
   230     /* Reloads the feature array and merges features during a restore operation */
   230     /* Reloads the feature array and merges features during a restore operation */
   231     void LoadFeaturesL( void );
   231     void LoadFeaturesL( void );
   232     /* Handles any outstanding notifications after a restore operation */
   232     /* Handles any outstanding notifications after a restore operation */
   233     void HandleRestoredNotificationsL( void );
   233     void HandleRestoredNotificationsL( void );
   234     
   234