diff options
author | UbitUmarov | 2014-08-29 16:19:30 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-29 16:19:30 +0100 |
commit | 7351d92a76ac24edce848fe7410e920f17962101 (patch) | |
tree | d415c604bc0184caca3efc666a7de54862bd7c64 /OpenSim/Tests/Common/Mock | |
parent | reduce burst (diff) | |
download | opensim-SC-7351d92a76ac24edce848fe7410e920f17962101.zip opensim-SC-7351d92a76ac24edce848fe7410e920f17962101.tar.gz opensim-SC-7351d92a76ac24edce848fe7410e920f17962101.tar.bz2 opensim-SC-7351d92a76ac24edce848fe7410e920f17962101.tar.xz |
add method to get a category throttle rate
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 2758030..00929df 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -548,6 +548,11 @@ namespace OpenSim.Tests.Common.Mock | |||
548 | { | 548 | { |
549 | } | 549 | } |
550 | 550 | ||
551 | public int GetAgentThrottleSilent(int throttle) | ||
552 | { | ||
553 | return 0; | ||
554 | } | ||
555 | |||
551 | public byte[] GetThrottlesPacked(float multiplier) | 556 | public byte[] GetThrottlesPacked(float multiplier) |
552 | { | 557 | { |
553 | return new byte[0]; | 558 | return new byte[0]; |