diff -r e9675fb210bd -r 4bcc59142325 mmsharing/livecommsui/lcuiengine/inc/lcuiengine_p.h --- a/mmsharing/livecommsui/lcuiengine/inc/lcuiengine_p.h Fri Sep 17 08:28:43 2010 +0300 +++ b/mmsharing/livecommsui/lcuiengine/inc/lcuiengine_p.h Mon Oct 04 00:13:53 2010 +0300 @@ -63,6 +63,8 @@ public slots: void zoom( int value ); + void volume( int value ); + void volumeMuted( bool value ); void stop(); void stopLocalVideo(); void startLocalVideo(); @@ -87,6 +89,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; @@ -204,9 +207,9 @@ XQSettingsManager* mSettingsMgr; XQSettingsKey* mEarVolumeKey; - XQSettingsKey* mLoudSpeakerKey; - -friend class LcUiEngine; + XQSettingsKey* mLoudSpeakerKey; + + friend class LcUiEngine; }; #endif // LCUIENGINEPRIVATE_H