diff options
author | lbsa71 | 2008-07-21 10:02:55 +0000 |
---|---|---|
committer | lbsa71 | 2008-07-21 10:02:55 +0000 |
commit | 9dbb6f28bc7e91b4643d2e80e2182f273d7e9121 (patch) | |
tree | 07f3101eeac8c7bd9970317b513d20d54a986870 /OpenSim/Region/Environment/Scenes | |
parent | some optimizations in quaternion normalization in llRot2Fwd, llRot2Left, and ... (diff) | |
download | opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.zip opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.tar.gz opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.tar.bz2 opensim-SC_OLD-9dbb6f28bc7e91b4643d2e80e2182f273d7e9121.tar.xz |
* eliminated some warnings and added some const and readonlies
* refactored some member names for readability and ccc (code convention conformance)
* took away two refs from Rest.Inventory since
* System.IO is part of System
* System.Xml.Serialization is part of System.Xml
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index edccbe5..156310b 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -921,7 +921,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
921 | } | 921 | } |
922 | 922 | ||
923 | [XmlIgnore] | 923 | [XmlIgnore] |
924 | public LLUUID RegionID | 924 | public virtual LLUUID RegionID |
925 | { | 925 | { |
926 | get { return ParentGroup.Scene.RegionInfo.RegionID; } | 926 | get { return ParentGroup.Scene.RegionInfo.RegionID; } |
927 | set {} // read only | 927 | set {} // read only |