From 06e0e513cf194d97d576c111e5c481cc769bba1f Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 25 Jul 2008 03:45:17 +0000 Subject: Add GetGroupPowers() and a dictionary to hold them to ClientView and IClientAPI. No user functionality --- OpenSim/Framework/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index a97ce5e..742b211 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -317,6 +317,8 @@ namespace OpenSim.Framework string ActiveGroupName { get; } ulong ActiveGroupPowers { get; } + + ulong GetGroupPowers(LLUUID groupID); string FirstName { get; } -- cgit v1.1