pimappservices/calendar/inc/calentry.h
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
   272 	IMPORT_C RPointerArray<CCalAttendee>& AttendeesL() const;
   272 	IMPORT_C RPointerArray<CCalAttendee>& AttendeesL() const;
   273 	IMPORT_C void SetOrganizerL(CCalUser* aUser);
   273 	IMPORT_C void SetOrganizerL(CCalUser* aUser);
   274 	IMPORT_C CCalUser* OrganizerL() const;
   274 	IMPORT_C CCalUser* OrganizerL() const;
   275 	IMPORT_C void SetPhoneOwnerL(const CCalUser* aOwner);
   275 	IMPORT_C void SetPhoneOwnerL(const CCalUser* aOwner);
   276 	IMPORT_C CCalUser* PhoneOwnerL() const;
   276 	IMPORT_C CCalUser* PhoneOwnerL() const;
       
   277 	IMPORT_C void CCalEntry::ClearMRSpecificDataL();
   277 
   278 
   278 	// Attachments
   279 	// Attachments
   279 	IMPORT_C void AddAttachmentL(CCalAttachment& aAttachment);
   280 	IMPORT_C void AddAttachmentL(CCalAttachment& aAttachment);
   280 	IMPORT_C void DeleteAttachmentL(const CCalAttachment& aAttachment);
   281 	IMPORT_C void DeleteAttachmentL(const CCalAttachment& aAttachment);
   281 	IMPORT_C CCalAttachment* AttachmentL(TInt aIndex) const;
   282 	IMPORT_C CCalAttachment* AttachmentL(TInt aIndex) const;
   316 	IMPORT_C TCalTime NextInstanceForLocalUIDL(const TCalTime& aTime) const;
   317 	IMPORT_C TCalTime NextInstanceForLocalUIDL(const TCalTime& aTime) const;
   317 	IMPORT_C TCalTime PreviousInstanceForLocalUIDL(const TCalTime& aTime) const;
   318 	IMPORT_C TCalTime PreviousInstanceForLocalUIDL(const TCalTime& aTime) const;
   318 
   319 
   319 	IMPORT_C TCalTime FindRptUntilTimeL(TInt aCount);
   320 	IMPORT_C TCalTime FindRptUntilTimeL(TInt aCount);
   320     
   321     
       
   322     IMPORT_C void SetUserInt32L( TUint32 aUserInt );
       
   323     IMPORT_C TUint32 UserInt32L();
       
   324 
   321 public:
   325 public:
   322 	// Internal APIs
   326 	// Internal APIs
   323 	static CCalEntry* NewL(CCalEntryImpl* aImpl);
   327 	static CCalEntry* NewL(CCalEntryImpl* aImpl);
   324 	CCalEntryImpl* Impl() const;
   328 	CCalEntryImpl* Impl() const;
   325 	TUint8 ShortFileIdL();
   329 	TUint8 ShortFileIdL();