From c57138b64777a51289d62e575ef73c04d060c344 Mon Sep 17 00:00:00 2001 From: Mike Antipov Date: Fri, 11 Dec 2009 19:29:41 +0200 Subject: Work on major task EXT-2808 (Add speakers moderation (both voice and text) to the Voice Control Panel (Active Speakers List)) -- added showing notification that user was muted by moderator (missing changes in the header file) --HG-- branch : product-engine --- indra/newview/llcallfloater.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index 931f830937..79b0fca061 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -96,6 +96,7 @@ private: void onCurrentChannelChanged(const LLUUID& session_id); void updateTitle(); void initAgentData(); + void setModeratorMutedVoice(bool moderator_muted); private: LLSpeakerMgr* mSpeakerManager; @@ -104,7 +105,7 @@ private: LLNonAvatarCaller* mNonAvatarCaller; EVoiceControls mVoiceType; LLOutputMonitorCtrl* mSpeakingIndicator; - bool mIsModeratorMuted; + bool mIsModeratorMutedVoice; boost::signals2::connection mChannelChangedConnection; }; -- cgit v1.2.3