phonebookui/pbkcommonui/inc/cntdefaultviewmanager.h
changeset 53 e6aff7b69165
parent 46 efe85016a067
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/inc/cntdefaultviewmanager.h	Wed Jul 21 11:37:51 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntdefaultviewmanager.h	Fri Jul 23 12:43:48 2010 +0300
@@ -47,8 +47,11 @@
     
 public: // From CntAbstractViewManager
     void changeView( const CntViewParameters aArgs );
-    void back( const CntViewParameters aArgs );
+    void back( const CntViewParameters aArgs, bool toRoot = false );
     QContactManager* contactManager( const QString& aType );
+
+public:
+    int currentViewId();
     
 private slots:
     void removeCurrentView();