aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data/RegionProfileData.cs
diff options
context:
space:
mode:
authorJeff Ames2008-02-20 18:38:20 +0000
committerJeff Ames2008-02-20 18:38:20 +0000
commita8cfbbe963529728acbab4d9936cb89af380d1ac (patch)
tree16a72fba3d15556f6702127e7cfb98aa9fb9cf81 /OpenSim/Framework/Data/RegionProfileData.cs
parentFix exception when reading OpenSim.ini file. (diff)
downloadopensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.zip
opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.tar.gz
opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.tar.bz2
opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.tar.xz
Minor cleanup.
Diffstat (limited to 'OpenSim/Framework/Data/RegionProfileData.cs')
-rw-r--r--OpenSim/Framework/Data/RegionProfileData.cs26
1 files changed, 10 insertions, 16 deletions
diff --git a/OpenSim/Framework/Data/RegionProfileData.cs b/OpenSim/Framework/Data/RegionProfileData.cs
index 3dbe27f..fb53ac7 100644
--- a/OpenSim/Framework/Data/RegionProfileData.cs
+++ b/OpenSim/Framework/Data/RegionProfileData.cs
@@ -123,23 +123,17 @@ namespace OpenSim.Framework.Data
123 /// </summary> 123 /// </summary>
124 public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006"); 124 public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006");
125 125
126 // added by daTwitch 126 // part of an initial brutish effort to provide accurate information (as per the xml region spec)
127 // part of an initial brutish effort to provide accurate information (as per the xml region spec) 127 // wrt the ownership of a given region
128 // wrt the ownership of a given region 128 // the (very bad) assumption is that this value is being read and handled inconsistently or
129 // the (very bad) assumption is that this value is being read and handled inconsistently or 129 // not at all. Current strategy is to put the code in place to support the validity of this information
130 // not at all. Current strategy is to put the code in place to support the validity of this information 130 // and to roll forward debugging any issues from that point
131 // and to roll forward debugging any issues from that point
132 //
133 // this particular mod to the file provides support within the spec for RegionProfileData for the
134 // owner_uuid for the region
135 //
136 /// <summary>
137 /// this particular mod to the file provides support within the spec for RegionProfileData for the
138 /// owner_uuid for the region
139 /// </summary>
140 public LLUUID owner_uuid;
141 // 131 //
142 // end of daTwitch mod to this file 132 /// <summary>
133 /// this particular mod to the file provides support within the spec for RegionProfileData for the
134 /// owner_uuid for the region
135 /// </summary>
136 public LLUUID owner_uuid;
143 137
144 /// <summary> 138 /// <summary>
145 /// Get Sim profile data from grid server when in grid mode 139 /// Get Sim profile data from grid server when in grid mode