mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* Refactored out common http handler operations
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user