simpleengine/siputils/inc/simplesettings.h
branchGCC_SURGE
changeset 22 04fe29633490
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
equal deleted inserted replaced
21:3d8d26de97dd 22:04fe29633490
   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