pimappservices/calendar/shared/inc/agmentry.h
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   163 
   163 
   164 	IMPORT_C void SetOrganizerL(CAgnAttendee* aAttendee); // takes ownership
   164 	IMPORT_C void SetOrganizerL(CAgnAttendee* aAttendee); // takes ownership
   165 	IMPORT_C CAgnAttendee* Organizer() const;
   165 	IMPORT_C CAgnAttendee* Organizer() const;
   166 	IMPORT_C void SetPhoneOwnerL(CAgnAttendee* aOwner); // takes ownership
   166 	IMPORT_C void SetPhoneOwnerL(CAgnAttendee* aOwner); // takes ownership
   167 	IMPORT_C CAgnAttendee* PhoneOwner() const;
   167 	IMPORT_C CAgnAttendee* PhoneOwner() const;
   168 	IMPORT_C void ClearMRSpecificData();
       
   169 	void CreateAttendeeListL();
   168 	void CreateAttendeeListL();
   170 	
   169 	
   171 	// attachments
   170 	// attachments
   172 	IMPORT_C void AddAttachmentL(CAgnAttachment* aAttachment); // takes ownership
   171 	IMPORT_C void AddAttachmentL(CAgnAttachment* aAttachment); // takes ownership
   173 	IMPORT_C TInt DeleteAttachmentL(const CAgnAttachment& aAttachment);
   172 	IMPORT_C TInt DeleteAttachmentL(const CAgnAttachment& aAttachment);
   202 	IMPORT_C void PruneRDatesL(const TAgnCalendarTime& aRecurrenceId, CalCommon::TRecurrenceRange aRange);
   201 	IMPORT_C void PruneRDatesL(const TAgnCalendarTime& aRecurrenceId, CalCommon::TRecurrenceRange aRange);
   203 
   202 
   204 	// User integer.
   203 	// User integer.
   205 	IMPORT_C void SetUserInt( TUint32 aUserInt );
   204 	IMPORT_C void SetUserInt( TUint32 aUserInt );
   206 	IMPORT_C TUint32 UserInt() const;
   205 	IMPORT_C TUint32 UserInt() const;
   207 	
   206 		
   208     IMPORT_C void SetUserDataInt( TUint32 aUserInt );
       
   209     IMPORT_C TUint32 UserDataInt() const;
       
   210 
       
   211 private:
   207 private:
   212 	// following enums for internal use only	
   208 	// following enums for internal use only	
   213 	enum TFlags
   209 	enum TFlags
   214 		{
   210 		{
   215 		EAgnAlarmActionDeleted = 0x01,
   211 		EAgnAlarmActionDeleted = 0x01,
   253 	
   249 	
   254 	TUint8							iBusyStatus;
   250 	TUint8							iBusyStatus;
   255 	TUint8							iReplicationStatus;
   251 	TUint8							iReplicationStatus;
   256 	TUint16							iFlags;
   252 	TUint16							iFlags;
   257 	TReal							iLatitude;
   253 	TReal							iLatitude;
   258 	TReal						    iLongitude;
   254 	TReal							iLongitude;
   259 	TUint32                         iUserDataInt;   
       
   260 	};
   255 	};
   261 
   256 
   262 #endif
   257 #endif