simpleengine/siputils/inc/simplesettings.h
branchRCL_3
changeset 34 2669f8761a99
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
equal deleted inserted replaced
31:2580314736af 34:2669f8761a99
   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 TSimpleSettings::GetCenRepIntValueL( 
   123     TInt GetCenRepIntValueL( 
   124         CRepository* aRepository,
   124         CRepository* aRepository,
   125         TUint32 aId );
   125         TUint32 aId );
   126                 
   126                 
   127 private: //data
   127 private: //data
   128 
   128