pimappservices/calendar/client/inc/calentryimpl.h
branchRCL_3
changeset 31 97232defd20e
parent 0 f979ecb2b13e
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
    47 	void DeleteAttendeeL(TInt aIndex);
    47 	void DeleteAttendeeL(TInt aIndex);
    48 	void SetOrganizerL(CCalUser* aAttendee);
    48 	void SetOrganizerL(CCalUser* aAttendee);
    49 	
    49 	
    50 	void SetPhoneOwnerL(const CCalUser* aOwner);
    50 	void SetPhoneOwnerL(const CCalUser* aOwner);
    51 	CCalUser* OrganizerL();
    51 	CCalUser* OrganizerL();
    52 	CCalUser* PhoneOwnerL();	
    52 	CCalUser* PhoneOwnerL();
       
    53 	void ClearMRSpecificDataL();
    53 	
    54 	
    54 	void SetAlarmSoundNameL(const TDesC& aAlarmSoundName);
    55 	void SetAlarmSoundNameL(const TDesC& aAlarmSoundName);
    55 	CTzRules* GetTzRulesL();
    56 	CTzRules* GetTzRulesL();
    56 	void SetTzRulesL(const CTzRules& aTzRules);
    57 	void SetTzRulesL(const CTzRules& aTzRules);
    57 	void SetTzRulesL();
    58 	void SetTzRulesL();
   149 	void SetUserIntL( TUint32 aUserInt );
   150 	void SetUserIntL( TUint32 aUserInt );
   150 	TUint32 UserIntL();
   151 	TUint32 UserIntL();
   151 
   152 
   152 	TUint8 ShortFileIdL();
   153 	TUint8 ShortFileIdL();
   153 	
   154 	
       
   155     void SetUserInt32L( TUint32 aUserInt );
       
   156     TUint32 UserInt32L();
       
   157 
   154 private:
   158 private:
   155 	CCalEntryImpl();
   159 	CCalEntryImpl();
   156 	CCalEntryImpl(CAgnEntry& aEntry, CCalSessionImpl& aSessionImpl);
   160 	CCalEntryImpl(CAgnEntry& aEntry, CCalSessionImpl& aSessionImpl);
   157 	CCalEntryImpl(CCalLiteEntry& aEntry, CCalSessionImpl& aSessionImpl);
   161 	CCalEntryImpl(CCalLiteEntry& aEntry, CCalSessionImpl& aSessionImpl);
   158 	void ConstructL(CCalEntry::TType aType, HBufC8* aUid, CCalEntry::TMethod aMethod, TUint aSeqNum, const TAgnCalendarTime& aRecurrenceId, CalCommon::TRecurrenceRange aRange);
   162 	void ConstructL(CCalEntry::TType aType, HBufC8* aUid, CCalEntry::TMethod aMethod, TUint aSeqNum, const TAgnCalendarTime& aRecurrenceId, CalCommon::TRecurrenceRange aRange);