diff -r e78d6e055a5b -r b34d53f6acdf contentstorage/cautils/inc/caentryattribute.h --- a/contentstorage/cautils/inc/caentryattribute.h Fri Jul 23 14:03:00 2010 +0300 +++ b/contentstorage/cautils/inc/caentryattribute.h Fri Aug 06 13:40:46 2010 +0300 @@ -129,7 +129,7 @@ * @param aAttr Attribute value. * @return TBool ,ETrue if attribute was found */ - IMPORT_C TBool Find( const TDesC& aName, TDes& aAttrVal ); + IMPORT_C TBool Find( const TDesC& aName, TDes& aAttrVal ) const; /** * Find attribute by name. @@ -138,7 +138,7 @@ * @param aAttr Attribute value. * @return TBool, ETrue if attribute was found */ - IMPORT_C TBool Find( const TDesC& aName, TPtrC& aAttrVal ); + IMPORT_C TBool Find( const TDesC& aName, TPtrC& aAttrVal ) const; /* * Check if attribute exists @@ -146,7 +146,7 @@ * @param aName Name * @return ETrue if attribute exists */ - IMPORT_C TBool Exist( const TDesC& aName ); + IMPORT_C TBool Exist( const TDesC& aName ) const; /** * Remove attribute