diff -r bd7edf625bdd -r 97232defd20e calendarui/editors/inc/CalenEditorDataHandler.h --- a/calendarui/editors/inc/CalenEditorDataHandler.h Wed Sep 01 12:32:31 2010 +0100 +++ b/calendarui/editors/inc/CalenEditorDataHandler.h Tue Sep 14 21:17:03 2010 +0300 @@ -279,6 +279,13 @@ * @return ETrue if modified, EFalse otherwise. */ TBool AllDayFieldEdited(); + + /** + * @brief Returns if the `Lunar event' field is modified or not. + * + * @return ETrue if modified, EFalse otherwise. + */ + TBool LunarFieldEdited(); /** * @brief To set default Alarm date time. @@ -595,6 +602,13 @@ * @brief Holds the id of the instance which is being edited currently. */ TCalenInstanceId iInstanceId; + + + /** + * True if FeatureManager is initialized. + */ + TBool iFeatMgrInitialized; + }; #endif // CALENEDITORDATAHANDLER_H