aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Interfaces
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-26 19:32:41 +0000
committerMelanie Thielker2008-10-26 19:32:41 +0000
commitf7e44250bf6058a7f232b5555d709787f1a2eb6b (patch)
treef9197d06761c96d1b47f0b4dd56cef8aca6bf4b5 /OpenSim/Region/Interfaces
parentThank you kindly, Idb for a patch that solves: (diff)
downloadopensim-SC_OLD-f7e44250bf6058a7f232b5555d709787f1a2eb6b.zip
opensim-SC_OLD-f7e44250bf6058a7f232b5555d709787f1a2eb6b.tar.gz
opensim-SC_OLD-f7e44250bf6058a7f232b5555d709787f1a2eb6b.tar.bz2
opensim-SC_OLD-f7e44250bf6058a7f232b5555d709787f1a2eb6b.tar.xz
Committing a small fix for EventData along with more plumbing work
Diffstat (limited to 'OpenSim/Region/Interfaces')
-rw-r--r--OpenSim/Region/Interfaces/IGroupsModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Interfaces/IGroupsModule.cs b/OpenSim/Region/Interfaces/IGroupsModule.cs
index f5193c3..d428297 100644
--- a/OpenSim/Region/Interfaces/IGroupsModule.cs
+++ b/OpenSim/Region/Interfaces/IGroupsModule.cs
@@ -50,6 +50,7 @@ namespace OpenSim.Region.Interfaces
50 UUID CreateGroup(IClientAPI remoteClient, string name, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish); 50 UUID CreateGroup(IClientAPI remoteClient, string name, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish);
51 51
52 GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID); 52 GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID);
53 string GetGroupTitle(UUID avatarID);
53 void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); 54 void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID);
54 void SendAgentGroupDataUpdate(IClientAPI remoteClient); 55 void SendAgentGroupDataUpdate(IClientAPI remoteClient);
55 } 56 }