From cbbb3a0c6d2c1d6767461039d201740e283fa29a Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 20 Jan 2009 21:59:11 +0000 Subject: And another method added --- OpenSim/Region/Interfaces/IGroupsModule.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Region/Interfaces/IGroupsModule.cs b/OpenSim/Region/Interfaces/IGroupsModule.cs index 7897bfe..c3f901a 100644 --- a/OpenSim/Region/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Interfaces/IGroupsModule.cs @@ -58,6 +58,7 @@ namespace OpenSim.Region.Interfaces 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 SendGroupNoticeToClient(IClientAPI remoteClient, UUID groupNoticeID, byte dialog); void SendAgentGroupDataUpdate(IClientAPI remoteClient); void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID); void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID); -- cgit v1.1