phonebookui/Phonebook2/UIControls/inc/CPbk2ContactEditorDlgImpl.h
branchRCL_3
changeset 26 0d28c1c5b6dd
parent 23 5586b4d2ec3e
child 35 4ae315f230bc
--- a/phonebookui/Phonebook2/UIControls/inc/CPbk2ContactEditorDlgImpl.h	Wed Apr 14 15:45:35 2010 +0300
+++ b/phonebookui/Phonebook2/UIControls/inc/CPbk2ContactEditorDlgImpl.h	Tue Apr 27 16:23:35 2010 +0300
@@ -371,6 +371,7 @@
                 CPbk2ContactEditorArrayItem* aCurrentField,
                 const TKeyEvent& aKeyEvent, 
                 TEventCode aType );
+        void RestorePrevNaviDecoratorL();
 
     private: // Data structures
 
@@ -464,6 +465,10 @@
         /// Ref: A pointer to stack variable in CloseDialog() for knowing
         /// if the destructor has already been called
         TBool* iDestroyedPtr;
+        /// Ref: Holds the TopMost NaviDecorator before pushing 
+        /// the empty one on to the top.
+        /// Doesnt Own.
+        CAknNavigationDecorator* iPrevNaviDecorator;
     };
 
 #endif // CPBK2CONTACTEDITORDLGIMPL_H