phoneapp/phoneuiqtviewadapter/tsrc/ut_telephonyservice/unit_tests.cpp
changeset 78 baacf668fe89
parent 76 cfea66083b62
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_telephonyservice/unit_tests.cpp	Mon Oct 04 16:06:10 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_telephonyservice/unit_tests.cpp	Fri Oct 15 12:58:46 2010 +0300
@@ -41,7 +41,7 @@
         BubbleManagerIF& bubbleManager (){};
         void addBubbleCommand ( 
                 int ,
-                const PhoneAction&  ){};
+                HbAction * ){};
         void clearBubbleCommands (int ){};
         void addParticipantListAction(
                 int ,  
@@ -50,7 +50,7 @@
         void clearParticipantListActions(){};
         void hideToolbar () {};
         void showToolbar () {};
-        void setToolbarActions (const QList<PhoneAction*>& ){};
+        void setToolbarActions (const QList<HbAction *> & ){};
         int volumeSliderValue () { return 0; };
         void removeVolumeSlider () {};
         void setVolumeSliderValue (
@@ -68,7 +68,8 @@
         void clearAndHideDialpad(){};
         void clearDialpad() {};
         void bringToForeground() {};
-        void setMenuActions(const QList<PhoneAction*>& ){};
+		void hide() {};
+        void setMenuActions(const QList<HbAction *> & ){};
         void shutdownPhoneApp() {};
         void setBackButtonVisible(bool ) {};        
         HbMenu &menuReference() {};