First stage group permissions plumbing

This commit is contained in:
Melanie Thielker
2008-11-22 01:58:36 +00:00
parent 691c4bc756
commit c71863d83e
5 changed files with 47 additions and 0 deletions

View File

@@ -496,6 +496,8 @@ namespace OpenSim.Framework
ulong GetGroupPowers(UUID groupID);
bool IsGroupMember(UUID GroupID);
string FirstName { get; }
string LastName { get; }