diff options
author | UbitUmarov | 2015-09-27 06:36:26 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-27 06:38:19 +0100 |
commit | 18536b4be624ff5583186eacb40b495eefe1fa93 (patch) | |
tree | cfb2982e5ab57834944b3e56dd6640e036c2ca37 /OpenSim/Tests/Common | |
parent | AvatarGroupsReply message does not have ListInProfile fields (diff) | |
download | opensim-SC-18536b4be624ff5583186eacb40b495eefe1fa93.zip opensim-SC-18536b4be624ff5583186eacb40b495eefe1fa93.tar.gz opensim-SC-18536b4be624ff5583186eacb40b495eefe1fa93.tar.bz2 opensim-SC-18536b4be624ff5583186eacb40b495eefe1fa93.tar.xz |
add missing SendAgentGroupDataUpdate to llClientView
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index f034443..76ee5c2 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1208,6 +1208,10 @@ namespace OpenSim.Tests.Common | |||
1208 | { | 1208 | { |
1209 | } | 1209 | } |
1210 | 1210 | ||
1211 | public void SendAgentGroupDataUpdate(UUID avatarID, GroupMembershipData[] data) | ||
1212 | { | ||
1213 | } | ||
1214 | |||
1211 | public void SendJoinGroupReply(UUID groupID, bool success) | 1215 | public void SendJoinGroupReply(UUID groupID, bool success) |
1212 | { | 1216 | { |
1213 | } | 1217 | } |