calendarui/commonutils/inc/calenentryutil.h
branchRCL_3
changeset 74 97232defd20e
parent 0 f979ecb2b13e
child 86 ed599363c2d7
--- a/calendarui/commonutils/inc/calenentryutil.h	Wed Sep 01 12:32:31 2010 +0100
+++ b/calendarui/commonutils/inc/calenentryutil.h	Tue Sep 14 21:17:03 2010 +0300
@@ -25,6 +25,7 @@
 
 #include <caltime.h>
 #include "calennotedatautil.h"
+#include "KoreanCalConv.h"
 #include <calentry.h>
 
 
@@ -147,6 +148,19 @@
      * @return RArray<TCalTime> 
      */
     IMPORT_C const RArray<TCalTime> GetRdatesL();
+
+    /**
+     * Return Lunar Calendar Type
+     * 
+     * @return TLunarCalendarType
+     */
+    IMPORT_C TLunarCalendarType CalendarType() const;
+
+	/**
+	 * @brief set Lunar Calendar Type
+	 * @param TLunarCalendarType
+	 */
+    IMPORT_C void SetCalendarTypeL(TLunarCalendarType aCalendarType);
     
 private:
     CCalenEntryUtil( CCalEntry& aEntry );
@@ -256,6 +270,14 @@
     CCalEntry& iEntry;
     
     TInt iAttachmentCount;
+
+    TLunarCalendarType iCalendarType;
+
+    /**
+    * True if FeatureManager is initialized.
+    */
+    TBool iFeatMgrInitialized;
+    
     };
 
 #endif // CALENEDITORDATA_H