Add more group notify glue

This commit is contained in:
Melanie Thielker
2009-05-12 15:52:28 +00:00
parent 8039946c76
commit fca73f3ae4
3 changed files with 10 additions and 0 deletions

View File

@@ -67,5 +67,6 @@ namespace OpenSim.Region.Framework.Interfaces
void EjectGroupMemberRequest(IClientAPI remoteClient, UUID GroupID, UUID EjecteeID);
void InviteGroupRequest(IClientAPI remoteClient, UUID GroupID, UUID InviteeID, UUID RoleID);
GroupRecord GetGroupRecord(UUID GroupID);
void NotifyChange(UUID GroupID);
}
}