summaryrefslogtreecommitdiff
path: root/indra/newview/llspeakers.h
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-12-16 20:43:12 +0200
committerMike Antipov <mantipov@productengine.com>2009-12-16 20:43:12 +0200
commitd2b0245d5886d823bf8ad343d61c6c6f0babc274 (patch)
treeaaa2133f8a55a5e3934d180ac0e6d93c435973a2 /indra/newview/llspeakers.h
parente921eac328f60a44b2671cba6ea0bf09c03c14f3 (diff)
rename values to be more descriptive
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llspeakers.h')
-rw-r--r--indra/newview/llspeakers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llspeakers.h b/indra/newview/llspeakers.h
index 55d2351cbf..1a8c23f56a 100644
--- a/indra/newview/llspeakers.h
+++ b/indra/newview/llspeakers.h
@@ -181,11 +181,11 @@ public:
* It based call moderateVoiceParticipant() for each avatar should be muted/unmuted.
*
* @param[in] excluded_avatar_id UUID of avatar NOT to be processed
- * @param[in] unmute if true - avatars will be muted, otherwise - unmuted.
+ * @param[in] unmute_everyone_else if false - avatars will be muted, otherwise - unmuted.
*
* @see moderateVoiceParticipant()
*/
- void moderateVoiceOtherParticipants(const LLUUID& excluded_avatar_id, bool unmute);
+ void moderateVoiceOtherParticipants(const LLUUID& excluded_avatar_id, bool unmute_everyone_else);
void processSessionUpdate(const LLSD& session_update);