mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Plumb the new server connector logic
This commit is contained in:
@@ -47,6 +47,11 @@ namespace OpenSim.Servers.Base
|
||||
//
|
||||
protected BaseHttpServer m_HttpServer = null;
|
||||
|
||||
public IHttpServer HttpServer
|
||||
{
|
||||
get { return m_HttpServer; }
|
||||
}
|
||||
|
||||
// Handle all the automagical stuff
|
||||
//
|
||||
public HttpServerBase(string prompt, string[] args) : base(prompt, args)
|
||||
|
||||
Reference in New Issue
Block a user