photosgallery/collectionframework/datasource/manager/inc/glxcollectionpluginbase.h
branchRCL_3
changeset 47 f9e827349359
parent 0 4e91876724a2
equal deleted inserted replaced
35:420f6808bf21 47:f9e827349359
   197 	 * CPI specific attribute
   197 	 * CPI specific attribute
   198 	 *
   198 	 *
   199 	 * @param aCpiAttribute CPI specific attribute to be constructed later
   199 	 * @param aCpiAttribute CPI specific attribute to be constructed later
   200 	 * @param aAttributeArray modifiable list of attributes to be retrieved from data source
   200 	 * @param aAttributeArray modifiable list of attributes to be retrieved from data source
   201 	 */	 
   201 	 */	 
   202 	IMPORT_C virtual void CpiAttributeAdditionalAttributes(const TMPXAttribute& aCpiAttribute, RArray<TMPXAttribute>& aAttributeArray);     	
   202 	IMPORT_C virtual void CpiAttributeAdditionalAttributesL(const TMPXAttribute& aCpiAttribute, RArray<TMPXAttribute>& aAttributeArray);     	
   203 
   203 
   204 	/**
   204 	/**
   205 	 * Modifies the response to include all requested CPI specific attributes or Leaves.
   205 	 * Modifies the response to include all requested CPI specific attributes or Leaves.
   206 	 *
   206 	 *
   207 	 * @param aResponse Data Source constructed response to which CPI specific attributes should be added (also contains any required data)
   207 	 * @param aResponse Data Source constructed response to which CPI specific attributes should be added (also contains any required data)