made SOP have a blank setter for 2 convenience properties.

Got RegionStore mapping to the point that nhibernate would start, though
definitely not complete
This commit is contained in:
Sean Dague
2008-07-16 21:27:52 +00:00
parent 58a0d0bb32
commit 194ffb4d88
3 changed files with 17 additions and 13 deletions

View File

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