diff -r dcd0ca396fa1 -r 5aadd1120515 notes/notesui/noteseditor/inc/notesnoteeditor.h --- a/notes/notesui/noteseditor/inc/notesnoteeditor.h Tue Oct 05 14:14:48 2010 +0530 +++ b/notes/notesui/noteseditor/inc/notesnoteeditor.h Fri Oct 15 12:10:36 2010 +0530 @@ -63,6 +63,8 @@ void handleCalendarEditorClosed(); void handleNewNoteAction(); void selectedAction(HbAction *action); + void forcedExit(); + private: HbView *mEditor; @@ -89,6 +91,7 @@ bool mEntrySavedInCalendar; bool mDiscardChangesActionActive; bool mIgnoreFirstContentChange; + bool mForcedExit; private: friend class NotesEditorPrivate; };