diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-11 19:29:41 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-11 19:29:41 +0200 |
commit | c57138b64777a51289d62e575ef73c04d060c344 (patch) | |
tree | 67a57274321442aaa70ac0dcac7376f7a12ec438 /indra/newview/llcallfloater.h | |
parent | f0188645c72126782f08f27fe7104d73e635ddb9 (diff) |
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
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; }; |