phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper_stub.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper_stub.cpp	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper_stub.cpp	Fri Apr 16 14:58:25 2010 +0300
@@ -51,6 +51,7 @@
 int m_bubble_id;
 bool m_addToConferenceBubbleCalled;
 QMap<int,int> m_services;
+bool m_setCipheringCalled;
 
 PhoneBubbleWrapper::PhoneBubbleWrapper (BubbleManagerIF& bubble, QObject *parent) : m_bubble(bubble)
 {
@@ -80,6 +81,7 @@
     m_removeCallHeaderCalled = false;
     m_bubble_id = -2;
     m_addToConferenceBubbleCalled = false;
+    m_setCipheringCalled = false;
 }
 
 PhoneBubbleWrapper::~PhoneBubbleWrapper () 
@@ -170,6 +172,11 @@
     m_bubblewrapperbool = enabled;
 }
 
+void PhoneBubbleWrapper::setCiphering(int bubble, bool indicatorAllowed, bool enabled)
+{
+    m_setCipheringCalled = true;
+}
+
 int PhoneBubbleWrapper::activeCallCount ()
 {
     m_activeCallCountCalled = true;
@@ -186,7 +193,7 @@
     return m_bubblesMap;
 }
 
-void PhoneBubbleWrapper::createConferenceBubble(
+int PhoneBubbleWrapper::createConferenceBubble(
         int callId, int callState, const TDesC &labelText, const TDesC &cliText)
 {
     m_creataConferenceCalled = true;