phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheadermanager/phoneuiqtviewif_stub.h
changeset 78 baacf668fe89
parent 74 d1c62c765e48
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheadermanager/phoneuiqtviewif_stub.h	Mon Oct 04 16:06:10 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheadermanager/phoneuiqtviewif_stub.h	Fri Oct 15 12:58:46 2010 +0300
@@ -26,7 +26,6 @@
 class HbIcon;
 class HbAction;
 class HbMenu;
-class PhoneAction;
 
 class PhoneUIQtViewIFStub : public PhoneUIQtViewIF
 {
@@ -52,7 +51,7 @@
     */
     void addBubbleCommand ( 
         int bubbleId,
-        const PhoneAction& action ) {};
+        HbAction* action ) {};
     
     /*!
         \fn void PhoneUIQtViewIF::clearBubbleCommands ()
@@ -83,7 +82,7 @@
         
         Sets toolbar actions.
     */
-    void setToolbarActions(const QList<PhoneAction*>& actions) {};    
+    void setToolbarActions(const QList<HbAction *> &actions) {};    
     
     /*!
         \fn void PhoneUIQtViewIF::hideToolbar ()
@@ -188,12 +187,14 @@
     */
     void bringToForeground() {};
     
+    void hide() {};
+    
     /*!
         \fn void PhoneUIQtViewIF::setToolbarActions()
         
        Sets menu actions.
     */
-    void setMenuActions(const QList<PhoneAction*>& actions) {};
+    void setMenuActions(const QList<HbAction *> &actions) {};
       
     /*!
         \fn void PhoneUIQtView::shutdownPhoneApp()