notes/notesui/noteseditor/inc/notesnoteeditor.h
changeset 83 5aadd1120515
parent 55 2c54b51f39c4
--- 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;
 };