aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorUbitUmarov2016-07-26 17:57:14 +0100
committerUbitUmarov2016-07-26 17:57:14 +0100
commit1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67 (patch)
treeca97e43d56625d9c9947a510d587fec523280b53 /OpenSim/Framework
parent let some group related data to have a public set (diff)
downloadopensim-SC_OLD-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.zip
opensim-SC_OLD-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.gz
opensim-SC_OLD-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.bz2
opensim-SC_OLD-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.xz
add a public SetGroupPowers to clientView
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
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);