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.cs7
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index ecf3785..de9ab98 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -653,14 +653,11 @@ namespace OpenSim.Tests.Common
653 return false; 653 return false;
654 } 654 }
655 655
656 public virtual void SendLayerData(float[] map) 656 public virtual void SendLayerData()
657 { 657 {
658 } 658 }
659 659
660 public virtual void SendLayerData(int px, int py, float[] map) 660 public void SendLayerData(int[] map)
661 {
662 }
663 public virtual void SendLayerData(int px, int py, float[] map, bool track)
664 { 661 {
665 } 662 }
666 663