diff options
author | Melanie Thielker | 2008-07-25 03:45:17 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-07-25 03:45:17 +0000 |
commit | 06e0e513cf194d97d576c111e5c481cc769bba1f (patch) | |
tree | 6cdb0ff7f86bc71a8d18847c64bde2547f70aed8 /OpenSim/Framework | |
parent | *Fixes #0001818: typecast string to float (diff) | |
download | opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.zip opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.tar.gz opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.tar.bz2 opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.tar.xz |
Add GetGroupPowers() and a dictionary to hold them to ClientView and
IClientAPI. No user functionality
Diffstat (limited to 'OpenSim/Framework')
-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 a97ce5e..742b211 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -317,6 +317,8 @@ namespace OpenSim.Framework | |||
317 | string ActiveGroupName { get; } | 317 | string ActiveGroupName { get; } |
318 | 318 | ||
319 | ulong ActiveGroupPowers { get; } | 319 | ulong ActiveGroupPowers { get; } |
320 | |||
321 | ulong GetGroupPowers(LLUUID groupID); | ||
320 | 322 | ||
321 | string FirstName { get; } | 323 | string FirstName { get; } |
322 | 324 | ||