pimappservices/calendar/inc/calentry.h
branchRCL_3
changeset 30 bd7edf625bdd
parent 29 12af337248b1
child 31 97232defd20e
--- 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);