meetingrequest/mrversit2/inc/cesmricalproperty.h
branchCompilerCompatibility
changeset 14 48df8036c0f5
parent 0 8466d47a6819
equal deleted inserted replaced
11:9595f5d61620 14:48df8036c0f5
    56 	IMPORT_C void AddValueL(CESMRICalValue* aValue);
    56 	IMPORT_C void AddValueL(CESMRICalValue* aValue);
    57 	IMPORT_C const RPointerArray<CESMRICalPropertyParam>& Parameters() const;
    57 	IMPORT_C const RPointerArray<CESMRICalPropertyParam>& Parameters() const;
    58 	IMPORT_C const RPointerArray<CESMRICalValue>& Values() const;
    58 	IMPORT_C const RPointerArray<CESMRICalValue>& Values() const;
    59 	IMPORT_C const CESMRICalPropertyParam* FindParam(const TDesC& aType) const;
    59 	IMPORT_C const CESMRICalPropertyParam* FindParam(const TDesC& aType) const;
    60 
    60 
    61 	CESMRICalPropertyParam& CESMRICalProperty::AddPropertyParamL();
    61 	CESMRICalPropertyParam& AddPropertyParamL();
    62 	void RemovePropertyParamL(const CESMRICalPropertyParam& aParam);
    62 	void RemovePropertyParamL(const CESMRICalPropertyParam& aParam);
    63 	void ExternalizeL(CESMRICalContentLineWriter& aWriter);
    63 	void ExternalizeL(CESMRICalContentLineWriter& aWriter);
    64 
    64 
    65 private:	// Construction.
    65 private:	// Construction.
    66 	CESMRICalProperty();
    66 	CESMRICalProperty();