diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 00929df..d4f29c8 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -544,6 +544,10 @@ namespace OpenSim.Tests.Common.Mock | |||
544 | { | 544 | { |
545 | } | 545 | } |
546 | 546 | ||
547 | public virtual void SetChildAgentThrottle(byte[] throttle, float factor) | ||
548 | { | ||
549 | } | ||
550 | |||
547 | public void SetAgentThrottleSilent(int throttle, int setting) | 551 | public void SetAgentThrottleSilent(int throttle, int setting) |
548 | { | 552 | { |
549 | } | 553 | } |