pimappservices/calendar/client/inc/calentryimpl.h
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
    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();
       
    54 	
    53 	
    55 	void SetAlarmSoundNameL(const TDesC& aAlarmSoundName);
    54 	void SetAlarmSoundNameL(const TDesC& aAlarmSoundName);
    56 	CTzRules* GetTzRulesL();
    55 	CTzRules* GetTzRulesL();
    57 	void SetTzRulesL(const CTzRules& aTzRules);
    56 	void SetTzRulesL(const CTzRules& aTzRules);
    58 	void SetTzRulesL();
    57 	void SetTzRulesL();
   150 	void SetUserIntL( TUint32 aUserInt );
   149 	void SetUserIntL( TUint32 aUserInt );
   151 	TUint32 UserIntL();
   150 	TUint32 UserIntL();
   152 
   151 
   153 	TUint8 ShortFileIdL();
   152 	TUint8 ShortFileIdL();
   154 	
   153 	
   155     void SetUserInt32L( TUint32 aUserInt );
       
   156     TUint32 UserInt32L();
       
   157 
       
   158 private:
   154 private:
   159 	CCalEntryImpl();
   155 	CCalEntryImpl();
   160 	CCalEntryImpl(CAgnEntry& aEntry, CCalSessionImpl& aSessionImpl);
   156 	CCalEntryImpl(CAgnEntry& aEntry, CCalSessionImpl& aSessionImpl);
   161 	CCalEntryImpl(CCalLiteEntry& aEntry, CCalSessionImpl& aSessionImpl);
   157 	CCalEntryImpl(CCalLiteEntry& aEntry, CCalSessionImpl& aSessionImpl);
   162 	void ConstructL(CCalEntry::TType aType, HBufC8* aUid, CCalEntry::TMethod aMethod, TUint aSeqNum, const TAgnCalendarTime& aRecurrenceId, CalCommon::TRecurrenceRange aRange);
   158 	void ConstructL(CCalEntry::TType aType, HBufC8* aUid, CCalEntry::TMethod aMethod, TUint aSeqNum, const TAgnCalendarTime& aRecurrenceId, CalCommon::TRecurrenceRange aRange);