diff options
author | UbitUmarov | 2016-07-26 16:54:04 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-26 16:54:04 +0100 |
commit | e766f9d20f80425948f5cfe9204cdf85908e77fa (patch) | |
tree | 17e55e4221a7f5cfe446896a804ace939376600c /OpenSim/Tests | |
parent | cleanup some code (diff) | |
download | opensim-SC-e766f9d20f80425948f5cfe9204cdf85908e77fa.zip opensim-SC-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.gz opensim-SC-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.bz2 opensim-SC-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.xz |
get a copy of current clientView group powers
Diffstat (limited to 'OpenSim/Tests')
-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 98a98c0..cc87a54 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -421,6 +421,11 @@ namespace OpenSim.Tests.Common | |||
421 | return false; | 421 | return false; |
422 | } | 422 | } |
423 | 423 | ||
424 | public Dictionary<UUID, ulong> GetGroupPowers() | ||
425 | { | ||
426 | return new Dictionary<UUID, ulong>(); | ||
427 | } | ||
428 | |||
424 | public ulong GetGroupPowers(UUID groupID) | 429 | public ulong GetGroupPowers(UUID groupID) |
425 | { | 430 | { |
426 | return 0; | 431 | return 0; |