diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-06-04 18:38:01 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-06-04 18:38:01 +0300 |
commit | f0eb544148456f05bd1c6390542192911df32364 (patch) | |
tree | 1a3322a6c5abe0ef3503841e29108ac044362da0 /indra/newview/llgroupmgr.h | |
parent | efc9422d1b87f2ccf191acde107652102ebf95d0 (diff) |
MAINT-3386 FIXED [vwr] Banned Agents list does not show newly-banned residents
Diffstat (limited to 'indra/newview/llgroupmgr.h')
-rwxr-xr-x | indra/newview/llgroupmgr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llgroupmgr.h b/indra/newview/llgroupmgr.h index 2b4c9700be..970d6d5a2d 100755 --- a/indra/newview/llgroupmgr.h +++ b/indra/newview/llgroupmgr.h @@ -356,7 +356,8 @@ public: { BAN_NO_ACTION = 0, BAN_CREATE = 1, - BAN_DELETE = 2 + BAN_DELETE = 2, + BAN_UPDATE = 4 }; public: @@ -395,7 +396,7 @@ public: static void sendGroupBanRequest(EBanRequestType request_type, const LLUUID& group_id, - EBanRequestAction ban_action = BAN_NO_ACTION, + U32 ban_action = BAN_NO_ACTION, const uuid_vec_t ban_list = uuid_vec_t()); static void processGroupBanRequest(const LLSD& content); |