simpleengine/siputils/inc/simplesettings.h
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 34 2669f8761a99
equal deleted inserted replaced
34:2669f8761a99 35:fbd2e7cec7ef
   118      * Get integer value from Central Repository.
   118      * Get integer value from Central Repository.
   119      * @param aRepository repository
   119      * @param aRepository repository
   120      * @param aId key id
   120      * @param aId key id
   121      * @return value of the key      
   121      * @return value of the key      
   122      */
   122      */
   123     TInt GetCenRepIntValueL( 
   123     TInt TSimpleSettings::GetCenRepIntValueL( 
   124         CRepository* aRepository,
   124         CRepository* aRepository,
   125         TUint32 aId );
   125         TUint32 aId );
   126                 
   126                 
   127 private: //data
   127 private: //data
   128 
   128