diff options
author | Melanie Thielker | 2009-05-12 15:52:28 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-12 15:52:28 +0000 |
commit | fca73f3ae488de578c4c6e093c9d1185ec6d4ba3 (patch) | |
tree | b08e0b95f71fb41cb8cdfffc87cc56c2a9293d41 /OpenSim/Region/Framework/Interfaces | |
parent | more fixes to default avatar appearance creation (diff) | |
download | opensim-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 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | 1 |
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 | } |