Add minor comments.

This commit is contained in:
Charles Krinke
2008-06-29 19:30:01 +00:00
parent 7d5a21ddbf
commit ca06387123

View File

@@ -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; }