And another method added

0.6.3-post-fixes
Melanie Thielker 2009-01-20 21:59:11 +00:00
parent 5ae3364152
commit cbbb3a0c6d
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ namespace OpenSim.Region.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);
void SendAgentGroupDataUpdate(IClientAPI remoteClient);
void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID);
void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID);