diff options
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 3 |
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; } |