diff options
author | UbitUmarov | 2016-07-26 17:57:14 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-26 17:57:14 +0100 |
commit | 1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67 (patch) | |
tree | ca97e43d56625d9c9947a510d587fec523280b53 /OpenSim/Tests/Common/Mock | |
parent | let some group related data to have a public set (diff) | |
download | opensim-SC-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.zip opensim-SC-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.gz opensim-SC-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.bz2 opensim-SC-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.xz |
add a public SetGroupPowers to clientView
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 83328c8..4f8e986 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -429,6 +429,8 @@ namespace OpenSim.Tests.Common | |||
429 | return new Dictionary<UUID, ulong>(); | 429 | return new Dictionary<UUID, ulong>(); |
430 | } | 430 | } |
431 | 431 | ||
432 | public void SetGroupPowers(Dictionary<UUID, ulong> powers) { } | ||
433 | |||
432 | public ulong GetGroupPowers(UUID groupID) | 434 | public ulong GetGroupPowers(UUID groupID) |
433 | { | 435 | { |
434 | return 0; | 436 | return 0; |