* Refactored out common http handler operations

This commit is contained in:
lbsa71
2008-03-28 21:43:46 +00:00
parent ca718b6f8d
commit 7f11079f57
6 changed files with 94 additions and 104 deletions

View File

@@ -37,6 +37,12 @@ namespace OpenSim.Framework.Servers
{
protected ConsoleBase m_console;
protected DateTime m_startuptime;
protected BaseHttpServer m_httpServer;
public BaseHttpServer HttpServer
{
get { return m_httpServer; }
}
public BaseOpenSimServer()
{