contentstorage/cautils/inc/caentryattribute.h
changeset 66 32469d7d46ff
parent 60 f62f87b200ec
child 107 b34d53f6acdf
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
   129      * @param aAttr Attribute value.
   129      * @param aAttr Attribute value.
   130      * @return TBool ,ETrue if attribute was found
   130      * @return TBool ,ETrue if attribute was found
   131      */
   131      */
   132     IMPORT_C TBool Find( const TDesC& aName, TDes& aAttrVal );
   132     IMPORT_C TBool Find( const TDesC& aName, TDes& aAttrVal );
   133 
   133 
       
   134     /**
       
   135      * Find attribute by name.
       
   136      * @param aId Id.
       
   137      * @param aName Name.
       
   138      * @param aAttr Attribute value.
       
   139      * @return TBool, ETrue if attribute was found
       
   140      */
       
   141     IMPORT_C TBool Find( const TDesC& aName, TPtrC& aAttrVal );
       
   142 
   134     /*
   143     /*
   135      * Check if attribute exists
   144      * Check if attribute exists
   136      * @param aId Id
   145      * @param aId Id
   137      * @param aName Name
   146      * @param aName Name
   138      * @return ETrue if attribute exists
   147      * @return ETrue if attribute exists