notes/notesui/notesviewmanager/inc/notesviewmanager.h
changeset 70 a5ed90760192
parent 55 2c54b51f39c4
--- a/notes/notesui/notesviewmanager/inc/notesviewmanager.h	Tue Aug 31 18:15:13 2010 +0530
+++ b/notes/notesui/notesviewmanager/inc/notesviewmanager.h	Mon Sep 06 10:12:45 2010 +0530
@@ -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)