equal
deleted
inserted
replaced
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(); |