aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-03-29 06:14:54 +0000
committerMelanie Thielker2009-03-29 06:14:54 +0000
commit8c4bcfb5d0110d1ed0a461a7c8b86b0b1ead4a6e (patch)
tree26bcd6f1d5339475ed8a9ad1aed34f4d1b1195a7 /OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
parentChange the client API to use GridInstantMessage for the "last mile" of IM (diff)
downloadopensim-SC_OLD-8c4bcfb5d0110d1ed0a461a7c8b86b0b1ead4a6e.zip
opensim-SC_OLD-8c4bcfb5d0110d1ed0a461a7c8b86b0b1ead4a6e.tar.gz
opensim-SC_OLD-8c4bcfb5d0110d1ed0a461a7c8b86b0b1ead4a6e.tar.bz2
opensim-SC_OLD-8c4bcfb5d0110d1ed0a461a7c8b86b0b1ead4a6e.tar.xz
Module interface change
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IGroupsModule.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IGroupsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
index 67c88dd..620ae4f 100644
--- a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
@@ -57,7 +57,7 @@ namespace OpenSim.Region.Framework.Interfaces
57 void GroupRoleUpdate(IClientAPI remoteClient, UUID GroupID, UUID RoleID, string name, string description, string title, ulong powers, byte updateType); 57 void GroupRoleUpdate(IClientAPI remoteClient, UUID GroupID, UUID RoleID, string name, string description, string title, ulong powers, byte updateType);
58 void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes); 58 void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes);
59 void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); 59 void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID);
60 void SendGroupNoticeToClient(IClientAPI remoteClient, UUID groupNoticeID, byte dialog); 60 GridInstantMessage CreateGroupNoticeIM(UUID agentID, UUID groupNoticeID, byte dialog);
61 void SendAgentGroupDataUpdate(IClientAPI remoteClient); 61 void SendAgentGroupDataUpdate(IClientAPI remoteClient);
62 void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID); 62 void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID);
63 void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID); 63 void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID);