Module interface change

0.6.5-rc1
Melanie Thielker 2009-03-29 06:14:54 +00:00
parent c483206fd7
commit 8c4bcfb5d0
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ namespace OpenSim.Region.Framework.Interfaces
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 SendGroupNoticeToClient(IClientAPI remoteClient, UUID groupNoticeID, byte dialog);
GridInstantMessage CreateGroupNoticeIM(UUID agentID, UUID groupNoticeID, byte dialog);
void SendAgentGroupDataUpdate(IClientAPI remoteClient);
void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID);
void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID);