phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper.h	Fri Mar 19 09:28:42 2010 +0200
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonebubblewrapper.h	Fri Apr 16 14:58:25 2010 +0300
@@ -54,6 +54,7 @@
 extern bool m_removeCallFromConference;
 extern int m_bubble_id;
 extern QMap<int,int> m_services;
+extern bool m_setCipheringCalled;
 
 
 class PhoneBubbleWrapper : public QObject
@@ -75,13 +76,14 @@
     BubbleManagerIF& bubbleManager ();
     int bubbleId (int callId);
     void setDivert (int bubble, bool enabled);
+    void setCiphering(int bubble, bool indicatorAllowed, bool enabled);
     int activeCallCount ();
     
     const QMap<int, int> callStates() const;
     
     QMap<int, int> bubbles();
     
-    void createConferenceBubble(int callId, int callState, 
+    int createConferenceBubble(int callId, int callState, 
             const TDesC &labelText, const TDesC &cliText);
     
     void setConferenceCallId(int callId);