diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Framework/RegionInfo.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 158ddde..d9d41d6 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -37,7 +37,7 @@ namespace OpenSim.Framework | |||
37 | [Serializable] | 37 | [Serializable] |
38 | public class SimpleRegionInfo | 38 | public class SimpleRegionInfo |
39 | { | 39 | { |
40 | // private static readonly log4net.ILog m_log | 40 | // private static readonly log4net.ILog m_log |
41 | // = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | 41 | // = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); |
42 | 42 | ||
43 | protected bool Allow_Alternate_Ports; | 43 | protected bool Allow_Alternate_Ports; |
@@ -114,7 +114,7 @@ namespace OpenSim.Framework | |||
114 | 114 | ||
115 | /// <value> | 115 | /// <value> |
116 | /// This accessor can throw all the exceptions that Dns.GetHostAddresses can throw. | 116 | /// This accessor can throw all the exceptions that Dns.GetHostAddresses can throw. |
117 | /// | 117 | /// |
118 | /// XXX Isn't this really doing too much to be a simple getter, rather than an explict method? | 118 | /// XXX Isn't this really doing too much to be a simple getter, rather than an explict method? |
119 | /// </value> | 119 | /// </value> |
120 | public IPEndPoint ExternalEndPoint | 120 | public IPEndPoint ExternalEndPoint |
@@ -187,7 +187,7 @@ namespace OpenSim.Framework | |||
187 | 187 | ||
188 | public class RegionInfo : SimpleRegionInfo | 188 | public class RegionInfo : SimpleRegionInfo |
189 | { | 189 | { |
190 | // private static readonly log4net.ILog m_log | 190 | // private static readonly log4net.ILog m_log |
191 | // = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | 191 | // = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); |
192 | 192 | ||
193 | public bool commFailTF = false; | 193 | public bool commFailTF = false; |
@@ -327,7 +327,7 @@ namespace OpenSim.Framework | |||
327 | 327 | ||
328 | if (errorMessage != String.Empty) | 328 | if (errorMessage != String.Empty) |
329 | { | 329 | { |
330 | // a error | 330 | // a error |
331 | } | 331 | } |
332 | } | 332 | } |
333 | 333 | ||