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

@@ -311,6 +311,11 @@ namespace OpenSim.Region.Examples.SimpleModule
get { return 0; }
}
public bool IsGroupMember(UUID groupID)
{
return false;
}
public ulong GetGroupPowers(UUID groupID)
{
return 0;