Add more group notify glue

This commit is contained in:
Melanie Thielker
2009-05-12 15:52:28 +00:00
parent 8039946c76
commit fca73f3ae4
3 changed files with 10 additions and 0 deletions

View File

@@ -1291,6 +1291,13 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
}
}
public void NotifyChange(UUID groupID)
{
// Notify all group members of a chnge in group roles and/or
// permissions
//
}
#endregion
}