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/Framework | |
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 '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 0672014..9bf51f8 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -735,6 +735,8 @@ namespace OpenSim.Framework | |||
735 | 735 | ||
736 | Dictionary<UUID, ulong> GetGroupPowers(); | 736 | Dictionary<UUID, ulong> GetGroupPowers(); |
737 | 737 | ||
738 | void SetGroupPowers(Dictionary<UUID, ulong> powers); | ||
739 | |||
738 | ulong GetGroupPowers(UUID groupID); | 740 | ulong GetGroupPowers(UUID groupID); |
739 | 741 | ||
740 | bool IsGroupMember(UUID GroupID); | 742 | bool IsGroupMember(UUID GroupID); |