aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Interfaces/IGroupsModule.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-29 00:15:39 +0000
committerMelanie Thielker2008-10-29 00:15:39 +0000
commit766269a59b9ca45fcd203ce559fe13003e9abc24 (patch)
treefa647dd5e7fa142014582d284c93b8b39fb2a2fc /OpenSim/Region/Interfaces/IGroupsModule.cs
parentMantis #2489 (diff)
downloadopensim-SC_OLD-766269a59b9ca45fcd203ce559fe13003e9abc24.zip
opensim-SC_OLD-766269a59b9ca45fcd203ce559fe13003e9abc24.tar.gz
opensim-SC_OLD-766269a59b9ca45fcd203ce559fe13003e9abc24.tar.bz2
opensim-SC_OLD-766269a59b9ca45fcd203ce559fe13003e9abc24.tar.xz
Plumbing along....
Diffstat (limited to 'OpenSim/Region/Interfaces/IGroupsModule.cs')
-rw-r--r--OpenSim/Region/Interfaces/IGroupsModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Interfaces/IGroupsModule.cs b/OpenSim/Region/Interfaces/IGroupsModule.cs
index d428297..4d1b1cc 100644
--- a/OpenSim/Region/Interfaces/IGroupsModule.cs
+++ b/OpenSim/Region/Interfaces/IGroupsModule.cs
@@ -51,6 +51,8 @@ namespace OpenSim.Region.Interfaces
51 51
52 GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID); 52 GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID);
53 string GetGroupTitle(UUID avatarID); 53 string GetGroupTitle(UUID avatarID);
54 void GroupRoleUpdate(IClientAPI remoteClient, UUID GroupID, UUID RoleID, string name, string description, string title, ulong powers, byte updateType);
55 void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes);
54 void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); 56 void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID);
55 void SendAgentGroupDataUpdate(IClientAPI remoteClient); 57 void SendAgentGroupDataUpdate(IClientAPI remoteClient);
56 } 58 }