simpleengine/siputils/inc/simplesettings.h
changeset 32 32463a6c57b3
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
equal deleted inserted replaced
26:04ca1926b01c 32:32463a6c57b3
   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