contentmgmt/contentaccessfwfordrm/inc/attributeset.h
changeset 30 cf642210ecb7
parent 8 35751d3474b7
equal deleted inserted replaced
19:ece3df019add 30:cf642210ecb7
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 /**
    19 /**
    20  @file
    20  @file
    21  @publishedPartner
    21  @publishedAll
    22  @released
    22  @released
    23 */
    23 */
    24 
    24 
    25 
    25 
    26 #ifndef __ATTRIBUTESET_H__
    26 #ifndef __ATTRIBUTESET_H__
    38 	/** Holds the values of a predefined set of attributes based upon 
    38 	/** Holds the values of a predefined set of attributes based upon 
    39 	ContentAccess::TAttribute
    39 	ContentAccess::TAttribute
    40 	
    40 	
    41 	It is also possible for an agent to provide an extended set of these 
    41 	It is also possible for an agent to provide an extended set of these 
    42 	attributes beyond EAgentSpecificAttributeBase but only applications written 
    42 	attributes beyond EAgentSpecificAttributeBase but only applications written 
    43 	to support a that particular agent will support this.
    43 	to support that particular agent will support this.
    44 
    44 
    45 	No duplicate attributes are allowed in the set
    45 	No duplicate attributes are allowed in the set
    46 
       
    47 	@publishedPartner
       
    48 	@released
       
    49 	*/
    46 	*/
    50 	class RAttributeSet
    47 	class RAttributeSet
    51 		{
    48 		{
    52 		/** Holds the value of an attribute along with any error encountered
    49 		/** Holds the value of an attribute along with any error encountered
    53 		while retrieving the attribute
    50 		while retrieving the attribute