summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupmgr.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-06-04 18:38:01 +0300
committerandreykproductengine <akleshchev@productengine.com>2014-06-04 18:38:01 +0300
commitf0eb544148456f05bd1c6390542192911df32364 (patch)
tree1a3322a6c5abe0ef3503841e29108ac044362da0 /indra/newview/llgroupmgr.h
parentefc9422d1b87f2ccf191acde107652102ebf95d0 (diff)
MAINT-3386 FIXED [vwr] Banned Agents list does not show newly-banned residents
Diffstat (limited to 'indra/newview/llgroupmgr.h')
-rwxr-xr-xindra/newview/llgroupmgr.h5
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);