summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupmgr.h
diff options
context:
space:
mode:
authorChris Baker <baker@lindenlab.com>2012-08-23 19:40:10 -0700
committerChris Baker <baker@lindenlab.com>2012-08-23 19:40:10 -0700
commitde2ce3f51ff54e67017d765c95264c66211c89da (patch)
tree5a5d17f572b0417a4a53d2847cfad4d1a3b0f412 /indra/newview/llgroupmgr.h
parente51a57b895895e3a3a613022b973067fd17d9561 (diff)
Start of getting WSGI service on viewer
Diffstat (limited to 'indra/newview/llgroupmgr.h')
-rw-r--r--indra/newview/llgroupmgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llgroupmgr.h b/indra/newview/llgroupmgr.h
index df3cd17e03..5b535f5056 100644
--- a/indra/newview/llgroupmgr.h
+++ b/indra/newview/llgroupmgr.h
@@ -340,6 +340,9 @@ public:
static void sendGroupMemberEjects(const LLUUID& group_id,
uuid_vec_t& member_ids);
+ // BAKER
+ void sendCapGroupMembersRequest(const LLUUID& group_id);
+
void cancelGroupRoleChanges(const LLUUID& group_id);
static void processGroupPropertiesReply(LLMessageSystem* msg, void** data);