aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorCharles Krinke2008-06-29 19:30:01 +0000
committerCharles Krinke2008-06-29 19:30:01 +0000
commitca06387123eb2a4a7dff4a45d5568f32c19db83a (patch)
tree459db6fbbaf8e9403c7bbed64da3dbcf8041cdbc /OpenSim
parent* Allow terrains to be loaded and saved from streams as well as directly to a... (diff)
downloadopensim-SC_OLD-ca06387123eb2a4a7dff4a45d5568f32c19db83a.zip
opensim-SC_OLD-ca06387123eb2a4a7dff4a45d5568f32c19db83a.tar.gz
opensim-SC_OLD-ca06387123eb2a4a7dff4a45d5568f32c19db83a.tar.bz2
opensim-SC_OLD-ca06387123eb2a4a7dff4a45d5568f32c19db83a.tar.xz
Add minor comments.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index a32210b..55d19c1 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -131,6 +131,9 @@ namespace OpenSim
131 get { return m_httpServer; } 131 get { return m_httpServer; }
132 } 132 }
133 133
134// 6/28 Cfk: Commented out the new in this next line. It used to be
135// 6/28 cfk: public new uint HttpServerPort and it was causing a warning indicating there should not be a new
136// 6/28 cfk: There is still a new in the declaration above and it is unclear if it should be there or not.
134 public uint HttpServerPort 137 public uint HttpServerPort
135 { 138 {
136 get { return m_httpServerPort; } 139 get { return m_httpServerPort; }