calendarui/editors/inc/CalenEditorDataHandler.h
branchRCL_3
changeset 74 97232defd20e
parent 66 bd7edf625bdd
child 86 ed599363c2d7
--- 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