From ca06387123eb2a4a7dff4a45d5568f32c19db83a Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sun, 29 Jun 2008 19:30:01 +0000 Subject: Add minor comments. --- OpenSim/Region/Application/OpenSimBase.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim') 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 get { return m_httpServer; } } +// 6/28 Cfk: Commented out the new in this next line. It used to be +// 6/28 cfk: public new uint HttpServerPort and it was causing a warning indicating there should not be a new +// 6/28 cfk: There is still a new in the declaration above and it is unclear if it should be there or not. public uint HttpServerPort { get { return m_httpServerPort; } -- cgit v1.1