diff -r 92ab7f8d0eab -r 6bb1b21d2484 phoneapp/phoneuiqtviewadapter/inc/phonebubblewrapper.h --- a/phoneapp/phoneuiqtviewadapter/inc/phonebubblewrapper.h Fri Mar 19 09:28:42 2010 +0200 +++ b/phoneapp/phoneuiqtviewadapter/inc/phonebubblewrapper.h Fri Apr 16 14:58:25 2010 +0300 @@ -65,6 +65,8 @@ int bubbleId (int callId); void setDivert (int bubble, bool enabled); + + void setCiphering(int bubble, bool indicatorAllowed, bool enabled); int activeCallCount(); @@ -72,7 +74,7 @@ QMap bubbles() const; - void createConferenceBubble(int callId, int callState, + int createConferenceBubble(int callId, int callState, const TDesC &labelText, const TDesC &cliText); void setConferenceCallId(int callId);