diff -r e9675fb210bd -r 4bcc59142325 mmsharing/livecommsui/lcuiengine/inc/lcuiengine.h --- a/mmsharing/livecommsui/lcuiengine/inc/lcuiengine.h Fri Sep 17 08:28:43 2010 +0300 +++ b/mmsharing/livecommsui/lcuiengine/inc/lcuiengine.h Mon Oct 04 00:13:53 2010 +0300 @@ -129,6 +129,8 @@ public slots: void zoom( int value ); + void volume( int value ); + void volumeMuted( bool value ); void stop(); void minimize(); void maximize(); @@ -153,6 +155,7 @@ void toggleSpeaker(); bool isSpeakerOn() const; int zoomValues(LcControlValues& values) const; + int volumeValues( LcControlValues& values ) const; void toggleDisableCamera(); void setMainCamera(const bool aMainCamera); bool mainCamera() const;