diff options
author | Melanie Thielker | 2009-03-29 06:14:54 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-29 06:14:54 +0000 |
commit | 8c4bcfb5d0110d1ed0a461a7c8b86b0b1ead4a6e (patch) | |
tree | 26bcd6f1d5339475ed8a9ad1aed34f4d1b1195a7 | |
parent | Change the client API to use GridInstantMessage for the "last mile" of IM (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | 2 |
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); |