From 766269a59b9ca45fcd203ce559fe13003e9abc24 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 29 Oct 2008 00:15:39 +0000 Subject: Plumbing along.... --- OpenSim/Region/Interfaces/IGroupsModule.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Region/Interfaces/IGroupsModule.cs') 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 GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID); string GetGroupTitle(UUID avatarID); + void GroupRoleUpdate(IClientAPI remoteClient, UUID GroupID, UUID RoleID, string name, string description, string title, ulong powers, byte updateType); + void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes); void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); void SendAgentGroupDataUpdate(IClientAPI remoteClient); } -- cgit v1.1