added new ParentUUID property to map out from SOP.

Updated some nhibernate parts, started in on migration.
This commit is contained in:
Sean Dague
2008-07-15 18:57:18 +00:00
parent d75cacb050
commit b5efb49d74
3 changed files with 71 additions and 4 deletions

View File

@@ -920,6 +920,11 @@ namespace OpenSim.Region.Environment.Scenes
{
get { return ParentGroup.Scene.RegionInfo.RegionID; }
}
[XmlIgnore]
public LLUUID ParentUUID
{
get { return ParentGroup.UUID; }
}
#endregion Public Properties with only Get