mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Refactor: Split opensim background server into a separate class
This commit is contained in:
@@ -50,11 +50,11 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private OpenSimMain m_app;
|
||||
private OpenSimBase m_app;
|
||||
private BaseHttpServer m_httpd;
|
||||
private string requiredPassword = String.Empty;
|
||||
|
||||
public void Initialise(OpenSimMain openSim)
|
||||
public void Initialise(OpenSimBase openSim)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user