From 26643c4a9d057fd3a9084a71ffad9c8b688900ac Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sat, 25 Oct 2008 01:42:43 +0000 Subject: More plumbing and some wires --- OpenSim/Region/Interfaces/IGroupsModule.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Interfaces') diff --git a/OpenSim/Region/Interfaces/IGroupsModule.cs b/OpenSim/Region/Interfaces/IGroupsModule.cs index 8565e04..f5193c3 100644 --- a/OpenSim/Region/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Interfaces/IGroupsModule.cs @@ -48,7 +48,9 @@ namespace OpenSim.Region.Interfaces void GroupTitleUpdate(IClientAPI remoteClient, UUID GroupID, UUID TitleRoleID); UUID CreateGroup(IClientAPI remoteClient, string name, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish); - + + GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID); + void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); void SendAgentGroupDataUpdate(IClientAPI remoteClient); } } -- cgit v1.1