contacts_plat/phonebook_internal_data_management_api/inc/Phonebook/MPbkGlobalSetting.h
branchRCL_3
changeset 23 5586b4d2ec3e
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
21:b3431bff8c19 23:5586b4d2ec3e
   136         /**
   136         /**
   137          * Sets an integer value with key aKey.
   137          * Sets an integer value with key aKey.
   138          * Returns one of the system wide error codes.
   138          * Returns one of the system wide error codes.
   139          * @param aKey Subcategory of the value to set.
   139          * @param aKey Subcategory of the value to set.
   140          */
   140          */
   141         virtual TInt Set(TPbkGlobalSetting aKey, TReal aValue) = 0;
   141         virtual TInt Set(TPbkGlobalSetting aKey, TReal aValue) __SOFTFP = 0;
   142         
   142         
   143         /**
   143         /**
   144          * Registers an observer for setting changes. Only one setting can be
   144          * Registers an observer for setting changes. Only one setting can be
   145          * observed
   145          * observed
   146          * @param aObserver Pointer to the observer. Use NULL to un-register
   146          * @param aObserver Pointer to the observer. Use NULL to un-register