Plumbing along....

This commit is contained in:
Melanie Thielker
2008-10-29 00:15:39 +00:00
parent 0c6db79a8e
commit 766269a59b
2 changed files with 41 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ namespace OpenSim.Region.Interfaces
GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID GroupID);
string GetGroupTitle(UUID avatarID);
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 SendAgentGroupDataUpdate(IClientAPI remoteClient);
}