contentmgmt/referencedrmagent/RefTestAgent/inc/wmdrmcontentparser.h
changeset 29 ece3df019add
parent 15 da2ae96f639b
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
    39 		virtual ~CWmdrmContentParser();
    39 		virtual ~CWmdrmContentParser();
    40 		
    40 		
    41 		IMPORT_C TInt GetAttribute(TInt aAttribute, TInt& aValue) const;
    41 		IMPORT_C TInt GetAttribute(TInt aAttribute, TInt& aValue) const;
    42 		IMPORT_C TInt GetStringAttribute(TInt aAttribute, TDes& aValue) const;
    42 		IMPORT_C TInt GetStringAttribute(TInt aAttribute, TDes& aValue) const;
    43 		IMPORT_C TInt GetAttributeSet(ContentAccess::RAttributeSet &aAttributeSet) const; 
    43 		IMPORT_C TInt GetAttributeSet(ContentAccess::RAttributeSet &aAttributeSet) const; 
    44 		IMPORT_C TInt GetStringAttributeSet(ContentAccess::RStringAttributeSet &aStringAttributeSet) const;
    44 		IMPORT_C void GetStringAttributeSetL(ContentAccess::RStringAttributeSet &aStringAttributeSet) const;
    45 		
    45 		
    46 	private:
    46 	private:
    47 		CWmdrmContentParser();
    47 		CWmdrmContentParser();
    48 		void ConstructL(const TDesC8& aHeaderData);
    48 		void ConstructL(const TDesC8& aHeaderData);
    49 		void CreateAttributeSetL();
    49 		void CreateAttributeSetL();