aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-12 15:52:28 +0000
committerMelanie Thielker2009-05-12 15:52:28 +0000
commitfca73f3ae488de578c4c6e093c9d1185ec6d4ba3 (patch)
treeb08e0b95f71fb41cb8cdfffc87cc56c2a9293d41 /OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
parentmore fixes to default avatar appearance creation (diff)
downloadopensim-SC_OLD-fca73f3ae488de578c4c6e093c9d1185ec6d4ba3.zip
opensim-SC_OLD-fca73f3ae488de578c4c6e093c9d1185ec6d4ba3.tar.gz
opensim-SC_OLD-fca73f3ae488de578c4c6e093c9d1185ec6d4ba3.tar.bz2
opensim-SC_OLD-fca73f3ae488de578c4c6e093c9d1185ec6d4ba3.tar.xz
Add more group notify glue
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IGroupsModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
index 8183828..854a28f 100644
--- a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
@@ -67,5 +67,6 @@ namespace OpenSim.Region.Framework.Interfaces
67 void EjectGroupMemberRequest(IClientAPI remoteClient, UUID GroupID, UUID EjecteeID); 67 void EjectGroupMemberRequest(IClientAPI remoteClient, UUID GroupID, UUID EjecteeID);
68 void InviteGroupRequest(IClientAPI remoteClient, UUID GroupID, UUID InviteeID, UUID RoleID); 68 void InviteGroupRequest(IClientAPI remoteClient, UUID GroupID, UUID InviteeID, UUID RoleID);
69 GroupRecord GetGroupRecord(UUID GroupID); 69 GroupRecord GetGroupRecord(UUID GroupID);
70 void NotifyChange(UUID GroupID);
70 } 71 }
71} 72}