* refactor: Split out module Command class into a separate file

This commit is contained in:
Justin Clarke Casey
2009-02-05 19:34:23 +00:00
parent 18100eee50
commit 65448cd02d
4 changed files with 207 additions and 175 deletions

View File

@@ -85,9 +85,7 @@ namespace OpenSim
protected ConfigurationLoader m_configLoader;
protected GridInfoService m_gridInfoService;
protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
protected GridInfoService m_gridInfoService;
public ConsoleCommand CreateAccount = null;
@@ -107,6 +105,7 @@ namespace OpenSim
{
get { return m_clientServers; }
}
protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
public new BaseHttpServer HttpServer
{