diff options
author | Melanie Thielker | 2008-11-22 01:58:36 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-22 01:58:36 +0000 |
commit | c71863d83e07f81ba17f6aeedfc7ee7079c7d762 (patch) | |
tree | 119bd4a52ee9b99866eb80550b48713198036c78 /OpenSim/Framework | |
parent | Mantis #2442 (diff) | |
download | opensim-SC_OLD-c71863d83e07f81ba17f6aeedfc7ee7079c7d762.zip opensim-SC_OLD-c71863d83e07f81ba17f6aeedfc7ee7079c7d762.tar.gz opensim-SC_OLD-c71863d83e07f81ba17f6aeedfc7ee7079c7d762.tar.bz2 opensim-SC_OLD-c71863d83e07f81ba17f6aeedfc7ee7079c7d762.tar.xz |
First stage group permissions plumbing
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 b32c7f6..8d9cdaa 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -496,6 +496,8 @@ namespace OpenSim.Framework | |||
496 | 496 | ||
497 | ulong GetGroupPowers(UUID groupID); | 497 | ulong GetGroupPowers(UUID groupID); |
498 | 498 | ||
499 | bool IsGroupMember(UUID GroupID); | ||
500 | |||
499 | string FirstName { get; } | 501 | string FirstName { get; } |
500 | 502 | ||
501 | string LastName { get; } | 503 | string LastName { get; } |