summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimcontainer.h
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2014-08-05 22:11:05 +0300
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2014-08-05 22:11:05 +0300
commit9074ea166389941365447acffb9ca03ce2d9248c (patch)
treecbee766e2e4e58fecd0ea55453e2a54a042ffdec /indra/newview/llfloaterimcontainer.h
parent6dc90470275a6d1b1625a05432e63fa54b889ae6 (diff)
parent1346949e4d601e8c945fa30593ba1d405e9ed80d (diff)
DRTVWR-373 Merge with viewer-release 3.7.13
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rwxr-xr-xindra/newview/llfloaterimcontainer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h
index a3e10dc236..f21c0b9947 100755
--- a/indra/newview/llfloaterimcontainer.h
+++ b/indra/newview/llfloaterimcontainer.h
@@ -168,12 +168,16 @@ private:
LLSpeaker * getSpeakerOfSelectedParticipant(LLSpeakerMgr * speaker_managerp);
LLSpeakerMgr * getSpeakerMgrForSelectedParticipant();
bool isGroupModerator();
+ bool haveAbilityToBan();
+ bool canBanSelectedMember(const LLUUID& participant_uuid);
+ LLUUID getGroupUIIDForSelectedParticipant();
bool isMuted(const LLUUID& avatar_id);
void moderateVoice(const std::string& command, const LLUUID& userID);
void moderateVoiceAllParticipants(bool unmute);
void moderateVoiceParticipant(const LLUUID& avatar_id, bool unmute);
void toggleAllowTextChat(const LLUUID& participant_uuid);
void toggleMute(const LLUUID& participant_id, U32 flags);
+ void banSelectedMember(const LLUUID& participant_uuid);
void openNearbyChat();
bool isParticipantListExpanded();