summaryrefslogtreecommitdiff
path: root/indra/newview/llparticipantlist.h
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-11 18:33:37 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2009-12-11 18:33:37 +0200
commit77b5ee1b4d7fb03f757efdaa4169ab38fb754b25 (patch)
tree721fb2f926ae109d0fa7187158f7aeb1e77e3c5a /indra/newview/llparticipantlist.h
parent28b507dd605724af21d2cf587aaf0c9dfb8dd25e (diff)
Implemented major task EXT-3390 - Move Moderation options into submenu.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.h')
-rw-r--r--indra/newview/llparticipantlist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h
index 229769ec09..9d7d3a0cbe 100644
--- a/indra/newview/llparticipantlist.h
+++ b/indra/newview/llparticipantlist.h
@@ -138,6 +138,11 @@ class LLParticipantList
void toggleMuteText(const LLSD& userdata);
void toggleMuteVoice(const LLSD& userdata);
+ /**
+ * Return true if Agent is group moderator(and moderator of group call).
+ */
+ bool isGroupModerator();
+
// Voice moderation support
/**
* Check whether specified by argument avatar is muted for group chat or not.