--- a/calendarui/commonutils/inc/calenentryutil.h Wed Sep 15 12:11:35 2010 +0300
+++ b/calendarui/commonutils/inc/calenentryutil.h Wed Oct 13 14:30:35 2010 +0300
@@ -25,7 +25,6 @@
#include <caltime.h>
#include "calennotedatautil.h"
-#include "KoreanCalConv.h"
#include <calentry.h>
@@ -148,19 +147,6 @@
* @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 );
@@ -270,14 +256,6 @@
CCalEntry& iEntry;
TInt iAttachmentCount;
-
- TLunarCalendarType iCalendarType;
-
- /**
- * True if FeatureManager is initialized.
- */
- TBool iFeatMgrInitialized;
-
};
#endif // CALENEDITORDATA_H