aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-07-26 16:54:04 +0100
committerUbitUmarov2016-07-26 16:54:04 +0100
commite766f9d20f80425948f5cfe9204cdf85908e77fa (patch)
tree17e55e4221a7f5cfe446896a804ace939376600c /OpenSim/Tests/Common/Mock/TestClient.cs
parentcleanup some code (diff)
downloadopensim-SC_OLD-e766f9d20f80425948f5cfe9204cdf85908e77fa.zip
opensim-SC_OLD-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.gz
opensim-SC_OLD-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.bz2
opensim-SC_OLD-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.xz
get a copy of current clientView group powers
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs5
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;