aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 3f3845c..dc0d4de 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1225,5 +1225,9 @@ namespace OpenSim.Tests.Common.Mock
1225 public void StopFlying(ISceneEntity presence) 1225 public void StopFlying(ISceneEntity presence)
1226 { 1226 {
1227 } 1227 }
1228
1229 public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data)
1230 {
1231 }
1228 } 1232 }
1229} 1233}