aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 96bccd2..5daca1e 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -590,6 +590,11 @@ namespace OpenSim.Tests.Common.Mock
590 590
591 } 591 }
592 592
593 public virtual bool CanSendLayerData()
594 {
595 return false;
596 }
597
593 public virtual void SendLayerData(float[] map) 598 public virtual void SendLayerData(float[] map)
594 { 599 {
595 } 600 }