diff options
author | Melanie Thielker | 2009-01-20 21:59:11 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-01-20 21:59:11 +0000 |
commit | cbbb3a0c6d2c1d6767461039d201740e283fa29a (patch) | |
tree | c3047b46875ef10902e0176aabd70be8cf1a4b09 /OpenSim | |
parent | Small interface addition (diff) | |
download | opensim-SC_OLD-cbbb3a0c6d2c1d6767461039d201740e283fa29a.zip opensim-SC_OLD-cbbb3a0c6d2c1d6767461039d201740e283fa29a.tar.gz opensim-SC_OLD-cbbb3a0c6d2c1d6767461039d201740e283fa29a.tar.bz2 opensim-SC_OLD-cbbb3a0c6d2c1d6767461039d201740e283fa29a.tar.xz |
And another method added
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Interfaces/IGroupsModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Interfaces/IGroupsModule.cs b/OpenSim/Region/Interfaces/IGroupsModule.cs index 7897bfe..c3f901a 100644 --- a/OpenSim/Region/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Interfaces/IGroupsModule.cs | |||
@@ -58,6 +58,7 @@ namespace OpenSim.Region.Interfaces | |||
58 | void GroupRoleUpdate(IClientAPI remoteClient, UUID GroupID, UUID RoleID, string name, string description, string title, ulong powers, byte updateType); | 58 | void GroupRoleUpdate(IClientAPI remoteClient, UUID GroupID, UUID RoleID, string name, string description, string title, ulong powers, byte updateType); |
59 | void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes); | 59 | void GroupRoleChanges(IClientAPI remoteClient, UUID GroupID, UUID RoleID, UUID MemberID, uint changes); |
60 | void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); | 60 | void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID); |
61 | void SendGroupNoticeToClient(IClientAPI remoteClient, UUID groupNoticeID, byte dialog); | ||
61 | void SendAgentGroupDataUpdate(IClientAPI remoteClient); | 62 | void SendAgentGroupDataUpdate(IClientAPI remoteClient); |
62 | void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID); | 63 | void JoinGroupRequest(IClientAPI remoteClient, UUID GroupID); |
63 | void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID); | 64 | void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID); |