aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2017-07-12 07:27:21 +0100
committerUbitUmarov2017-07-12 07:27:21 +0100
commitaff9c345dddfa290222ceaf42b6c452a590a2276 (patch)
tree661bb6fa350162a0d3879e701bfe5a0ec6c1cf3a /OpenSim/Tests
parent osSetParcelDetails: make seeAVs send updates. This is a temporary patch, thi... (diff)
downloadopensim-SC_OLD-aff9c345dddfa290222ceaf42b6c452a590a2276.zip
opensim-SC_OLD-aff9c345dddfa290222ceaf42b6c452a590a2276.tar.gz
opensim-SC_OLD-aff9c345dddfa290222ceaf42b6c452a590a2276.tar.bz2
opensim-SC_OLD-aff9c345dddfa290222ceaf42b6c452a590a2276.tar.xz
osSetParcelDetails: add more land update code
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestLandChannel.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestLandChannel.cs b/OpenSim/Tests/Common/Mock/TestLandChannel.cs
index 48dc840..05db03fe 100644
--- a/OpenSim/Tests/Common/Mock/TestLandChannel.cs
+++ b/OpenSim/Tests/Common/Mock/TestLandChannel.cs
@@ -109,6 +109,7 @@ namespace OpenSim.Tests.Common
109 public bool IsLandPrimCountTainted() { return false; } 109 public bool IsLandPrimCountTainted() { return false; }
110 public bool IsForcefulBansAllowed() { return false; } 110 public bool IsForcefulBansAllowed() { return false; }
111 public void UpdateLandObject(int localID, LandData data) {} 111 public void UpdateLandObject(int localID, LandData data) {}
112 public void SendParcelsOverlay(IClientAPI client) {}
112 public void ReturnObjectsInParcel(int localID, uint returnType, UUID[] agentIDs, UUID[] taskIDs, IClientAPI remoteClient) {} 113 public void ReturnObjectsInParcel(int localID, uint returnType, UUID[] agentIDs, UUID[] taskIDs, IClientAPI remoteClient) {}
113 public void setParcelObjectMaxOverride(overrideParcelMaxPrimCountDelegate overrideDel) {} 114 public void setParcelObjectMaxOverride(overrideParcelMaxPrimCountDelegate overrideDel) {}
114 public void setSimulatorObjectMaxOverride(overrideSimulatorMaxPrimCountDelegate overrideDel) {} 115 public void setSimulatorObjectMaxOverride(overrideSimulatorMaxPrimCountDelegate overrideDel) {}