contentmgmt/contentaccessfwfordrm/inc/stringattributeset.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 __STRINGATTRIBUTESET_H__
    26 #ifndef __STRINGATTRIBUTESET_H__
    39 	/** Holds the values of a predefined set of attributes based upon 
    39 	/** Holds the values of a predefined set of attributes based upon 
    40 	ContentAccess::TStringAttribute
    40 	ContentAccess::TStringAttribute
    41 	
    41 	
    42 	It is also possible for an agent to provide an extended set of these 
    42 	It is also possible for an agent to provide an extended set of these 
    43 	attributes beyond EAgentSpecificAttributeBase but only applications written 
    43 	attributes beyond EAgentSpecificAttributeBase but only applications written 
    44 	to support a that particular agent will support this.
    44 	to support that particular agent will support this.
    45 
    45 
    46 	No duplicate attributes are allowed in the set
    46 	No duplicate attributes are allowed in the set
    47 
    47 
    48 	@publishedPartner
       
    49 	@released
       
    50 	*/
    48 	*/
    51 	class RStringAttributeSet
    49 	class RStringAttributeSet
    52 		{
    50 		{
    53 	public:
    51 	public:
    54 		IMPORT_C RStringAttributeSet();
    52 		IMPORT_C RStringAttributeSet();