diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-07-14 12:31:16 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-07-14 12:31:16 +0300 |
commit | b4df05d21af49ab7195b77d44fb0e53b070e79bd (patch) | |
tree | 70facbed78557616076010cb8e82dd7027324893 /indra/newview/llfloaterimcontainer.h | |
parent | 3b5b6e35c4f1d5412349766deff7bf573ac1a301 (diff) |
MAINT-4226 Group ban option is added to participant menu in Group chat.
Diffstat (limited to 'indra/newview/llfloaterimcontainer.h')
-rwxr-xr-x | indra/newview/llfloaterimcontainer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimcontainer.h b/indra/newview/llfloaterimcontainer.h index f6d973b9b3..5ea9fd399b 100755 --- a/indra/newview/llfloaterimcontainer.h +++ b/indra/newview/llfloaterimcontainer.h @@ -167,12 +167,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(); |