diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-11 18:38:29 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-11 18:38:29 +0200 |
commit | f0188645c72126782f08f27fe7104d73e635ddb9 (patch) | |
tree | 825463157269b38bae8d732574d2f2bd1053dd68 /indra/newview/llcallfloater.h | |
parent | eca66a2aa6b507bad1e168bcfafb18e4d389caa1 (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
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index 52f9595435..931f830937 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -39,9 +39,9 @@ class LLAvatarList; class LLNonAvatarCaller; +class LLOutputMonitorCtrl; class LLParticipantList; class LLSpeakerMgr; - /** * The Voice Control Panel is an ambient window summoned by clicking the flyout chevron on the Speak button. * It can be torn-off and freely positioned onscreen. @@ -103,6 +103,8 @@ private: LLAvatarList* mAvatarList; LLNonAvatarCaller* mNonAvatarCaller; EVoiceControls mVoiceType; + LLOutputMonitorCtrl* mSpeakingIndicator; + bool mIsModeratorMuted; boost::signals2::connection mChannelChangedConnection; }; |