calendarengines/versit2/inc/ICalProperty.h
branchCompilerCompatibility
changeset 15 21b79936b33a
parent 0 f979ecb2b13e
equal deleted inserted replaced
11:7d78dc22f397 15:21b79936b33a
    53 	IMPORT_C void AddValueL(CICalValue* aValue);
    53 	IMPORT_C void AddValueL(CICalValue* aValue);
    54 	IMPORT_C const RPointerArray<CICalPropertyParam>& Parameters() const;
    54 	IMPORT_C const RPointerArray<CICalPropertyParam>& Parameters() const;
    55 	IMPORT_C const RPointerArray<CICalValue>& Values() const;
    55 	IMPORT_C const RPointerArray<CICalValue>& Values() const;
    56 	IMPORT_C const CICalPropertyParam* FindParam(const TDesC& aType) const;
    56 	IMPORT_C const CICalPropertyParam* FindParam(const TDesC& aType) const;
    57 	
    57 	
    58 	CICalPropertyParam& CICalProperty::AddPropertyParamL();
    58 	CICalPropertyParam& AddPropertyParamL();
    59 	void RemovePropertyParamL(const CICalPropertyParam& aParam);
    59 	void RemovePropertyParamL(const CICalPropertyParam& aParam);
    60 	void ExternalizeL(CICalContentLineWriter& aWriter);
    60 	void ExternalizeL(CICalContentLineWriter& aWriter);
    61 	
    61 	
    62 private:	// Construction.
    62 private:	// Construction.
    63 	CICalProperty();
    63 	CICalProperty();