simpleengine/siputils/inc/simplesettings.h
branchCompilerCompatibility
changeset 9 36d970e98ad0
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
equal deleted inserted replaced
6:724b5986c132 9:36d970e98ad0
   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