aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-11-22 01:58:36 +0000
committerMelanie Thielker2008-11-22 01:58:36 +0000
commitc71863d83e07f81ba17f6aeedfc7ee7079c7d762 (patch)
tree119bd4a52ee9b99866eb80550b48713198036c78 /OpenSim/Framework/IClientAPI.cs
parentMantis #2442 (diff)
downloadopensim-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/IClientAPI.cs')
-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 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; }