diff -r bd7edf625bdd -r 97232defd20e calendarui/commonutils/inc/calenentryutil.h --- 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 #include "calennotedatautil.h" +#include "KoreanCalConv.h" #include @@ -147,6 +148,19 @@ * @return RArray */ IMPORT_C const RArray 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