diff -r dcd0ca396fa1 -r 5aadd1120515 calendarui/caleneditor/inc/caleneditor_p.h --- a/calendarui/caleneditor/inc/caleneditor_p.h Tue Oct 05 14:14:48 2010 +0530 +++ b/calendarui/caleneditor/inc/caleneditor_p.h Fri Oct 15 12:10:36 2010 +0530 @@ -54,7 +54,7 @@ class CalenEditorRepeatField; class CalenEditorDataHandler; class CEnvironmentChangeNotifier; // Receive system event notifications - +class MapTileService; // Constants const int KNoOfDaysInWeek = 7; @@ -117,7 +117,7 @@ int getReminderCount(); bool isEditRangeThisOnly(); bool isAllDayFieldAdded(); - void forcedSaveEntry(); + /** * Called from CEnvironmentChangeNotifier when the @@ -170,6 +170,7 @@ QDateTime defaultTimeSameDay( ); void refreshTimeForUncheckAllDay(); void launchDialog(QString title); + void updateToMapTileService(); private slots: void handleSubjectChange(const QString subject); @@ -195,6 +196,8 @@ void closeEditor(); void handleLocationEditingFinished(); void selectEditingFinishedAction(HbAction* action); + void forcedSaveEntry(); + void forcedExit(); private: enum EditRange { @@ -234,7 +237,7 @@ HbAction *mDescriptionAction; HbMainWindow *mMainWindow; HbTranslator *mTranslator; - + MapTileService *mMaptileService; bool mNewEntry; bool mDescriptionItemAdded; bool mIsChild; @@ -242,7 +245,8 @@ bool mOwnsAgendaUtil; bool mLaunchCalendar; bool mMenuItemAdded; - + bool mKeepExistingLocation; + bool mForcedExit; // Notifications about locale and time changes CEnvironmentChangeNotifier* iEnvChangeNotifier; bool iIgnoreFirstLocaleChange;