More plumbing and some wires

This commit is contained in:
Melanie Thielker
2008-10-25 01:42:43 +00:00
parent f85be9b39a
commit 26643c4a9d
3 changed files with 65 additions and 1 deletions

View File

@@ -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);
}
}