notes/notesui/notesviewmanager/inc/notesviewmanager.h
changeset 77 b0711afde476
parent 58 ef813d54df51
--- a/notes/notesui/notesviewmanager/inc/notesviewmanager.h	Thu Sep 02 20:25:23 2010 +0300
+++ b/notes/notesui/notesviewmanager/inc/notesviewmanager.h	Fri Sep 17 08:29:05 2010 +0300
@@ -58,6 +58,7 @@
 	void loadTodoView();
 	void loadFavoritesView();
 	void loadNoteView();
+	void updateOtherViews();
 
 private slots:
 	void loadOtherViews();
@@ -78,6 +79,8 @@
 	HbAction *mDeleteAction;
 	HbAction *mCancelAction;
 	ulong mEntryId;
+	
+	bool instanceViewCreated;
 
 private:
 	Q_DISABLE_COPY(NotesViewManager)