diff options
author | Melanie Thielker | 2008-11-14 05:18:39 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-14 05:18:39 +0000 |
commit | 4f91da248868d26951fef39f18a0d9f5c7e28732 (patch) | |
tree | 6f732e759eda337db363943de124f5d0f7aa837b /OpenSim/Region/Interfaces/IGroupsModule.cs | |
parent | Lots of experimentation yielded a fair approximation of a hip offset from the (diff) | |
download | opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.zip opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.tar.gz opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.tar.bz2 opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.tar.xz |
More groups plumbing
Diffstat (limited to 'OpenSim/Region/Interfaces/IGroupsModule.cs')
-rw-r--r-- | OpenSim/Region/Interfaces/IGroupsModule.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Interfaces/IGroupsModule.cs b/OpenSim/Region/Interfaces/IGroupsModule.cs index 4d1b1cc..97c39b7 100644 --- a/OpenSim/Region/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Interfaces/IGroupsModule.cs | |||
@@ -55,5 +55,9 @@ namespace OpenSim.Region.Interfaces | |||
55 | void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes); | 55 | void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes); |
56 | void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); | 56 | void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); |
57 | void SendAgentGroupDataUpdate(IClientAPI remoteClient); | 57 | void SendAgentGroupDataUpdate(IClientAPI remoteClient); |
58 | void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID); | ||
59 | void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID); | ||
60 | void EjectGroupMemberRequest(IClientAPI remoteClient, UUID GroupID, UUID EjecteeID); | ||
61 | void InviteGroupRequest(IClientAPI remoteClient, UUID GroupID, UUID InviteeID, UUID RoleID); | ||
58 | } | 62 | } |
59 | } | 63 | } |