From 5ae3364152d8dbbf8a13a1ea75f142c1d33197bd Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 20 Jan 2009 21:45:44 +0000 Subject: Small interface addition --- OpenSim/Region/Interfaces/IGroupsModule.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Region/Interfaces/IGroupsModule.cs') diff --git a/OpenSim/Region/Interfaces/IGroupsModule.cs b/OpenSim/Region/Interfaces/IGroupsModule.cs index 97c39b7..7897bfe 100644 --- a/OpenSim/Region/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Interfaces/IGroupsModule.cs @@ -32,8 +32,12 @@ using OpenMetaverse; namespace OpenSim.Region.Interfaces { + public delegate void NewGroupNotice(UUID groupID, UUID noticeID); + public interface IGroupsModule { + event NewGroupNotice OnNewGroupNotice; + void ActivateGroup(IClientAPI remoteClient, UUID groupID); List GroupTitlesRequest(IClientAPI remoteClient, UUID groupID); List GroupMembersRequest(IClientAPI remoteClient, UUID groupID); -- cgit v1.1