phonebookui/pbkcommonui/inc/cntdefaultviewmanager.h
changeset 59 a642906a277a
parent 46 efe85016a067
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/inc/cntdefaultviewmanager.h	Tue Jul 06 14:05:47 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntdefaultviewmanager.h	Wed Aug 18 09:39:00 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();