Paving the way for syncing group permissions across a grid

This commit is contained in:
Melanie Thielker
2009-05-12 14:59:11 +00:00
parent c81c9e712c
commit 1b7d0a6c93
9 changed files with 26 additions and 1 deletions

View File

@@ -541,6 +541,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
#region IGroupsModule Members
public event NewGroupNotice OnNewGroupNotice;
public event GroupChange OnGroupChange;
public GroupRecord GetGroupRecord(UUID GroupID)
{

View File

@@ -1074,6 +1074,10 @@ namespace OpenSim.Region.OptionalModules.World.NPC
{
}
public void RefreshGroupMembership()
{
}
public void SendUseCachedMuteList()
{
}