diff options
author | Chris Baker <baker@lindenlab.com> | 2012-08-23 19:40:10 -0700 |
---|---|---|
committer | Chris Baker <baker@lindenlab.com> | 2012-08-23 19:40:10 -0700 |
commit | de2ce3f51ff54e67017d765c95264c66211c89da (patch) | |
tree | 5a5d17f572b0417a4a53d2847cfad4d1a3b0f412 /indra/newview/llgroupmgr.h | |
parent | e51a57b895895e3a3a613022b973067fd17d9561 (diff) |
Start of getting WSGI service on viewer
Diffstat (limited to 'indra/newview/llgroupmgr.h')
-rw-r--r-- | indra/newview/llgroupmgr.h | 3 |
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); |