aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorteravus2012-11-17 03:47:09 -0500
committerteravus2012-11-17 03:47:09 -0500
commit5e0294815f7e3ec83b7e568e1468948ac0ff7331 (patch)
treed6a436877fd6df204bbe99f22d896947d58f5aed /OpenSim/Tests
parentRevert "Merge master into teravuswork", it should have been avination, not ma... (diff)
downloadopensim-SC_OLD-5e0294815f7e3ec83b7e568e1468948ac0ff7331.zip
opensim-SC_OLD-5e0294815f7e3ec83b7e568e1468948ac0ff7331.tar.gz
opensim-SC_OLD-5e0294815f7e3ec83b7e568e1468948ac0ff7331.tar.bz2
opensim-SC_OLD-5e0294815f7e3ec83b7e568e1468948ac0ff7331.tar.xz
* Plumbing and basic setting of the GetMesh Cap Throttler.
* Last step is to flip the throttle distribution.
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 78bb18e..d1af0fc 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -521,6 +521,12 @@ namespace OpenSim.Tests.Common.Mock
521 public virtual void SetChildAgentThrottle(byte[] throttle) 521 public virtual void SetChildAgentThrottle(byte[] throttle)
522 { 522 {
523 } 523 }
524
525 public void SetAgentThrottleSilent(int throttle, int setting)
526 {
527
528
529 }
524 public byte[] GetThrottlesPacked(float multiplier) 530 public byte[] GetThrottlesPacked(float multiplier)
525 { 531 {
526 return new byte[0]; 532 return new byte[0];