diff -r 12af337248b1 -r bd7edf625bdd pimappservices/calendar/inc/calentry.h --- a/pimappservices/calendar/inc/calentry.h Tue Aug 31 15:13:43 2010 +0300 +++ b/pimappservices/calendar/inc/calentry.h Wed Sep 01 12:32:31 2010 +0100 @@ -67,7 +67,7 @@ class CCalEntryIdImpl; /** Class representing a calendar entry. This can be an appointment, to-do -item, reminder, event, anniversary, note. +item, reminder, event or anniversary. CCalEntry contains information about a calendar entry, including a repeat definition, synchronisation information, and group scheduling data. @@ -99,9 +99,7 @@ /** A reminder, which has a start time only. */ EReminder, /** An anniversary, which has a start time and end time. */ - EAnniv, - /** A text note which has description */ - ENote + EAnniv }; /** Defines the possible status values of the entry. @@ -319,10 +317,7 @@ IMPORT_C TCalTime PreviousInstanceForLocalUIDL(const TCalTime& aTime) const; IMPORT_C TCalTime FindRptUntilTimeL(TInt aCount); - - IMPORT_C void SetFavouriteL(TUint32 aFavourite); - IMPORT_C TUint32 FavouriteL(); - + public: // Internal APIs static CCalEntry* NewL(CCalEntryImpl* aImpl);