* Renamed Main.cs to GridServerBase.cs
parent
3f45cfc591
commit
df104e6f84
|
@ -37,7 +37,7 @@ namespace OpenSim.Grid.GridServer
|
|||
{
|
||||
/// <summary>
|
||||
/// </summary>
|
||||
public class OpenGrid_Main : BaseOpenSimServer, conscmd_callback
|
||||
public class GridServerBase : BaseOpenSimServer, conscmd_callback
|
||||
{
|
||||
private GridConfig m_config;
|
||||
private GridManager m_gridManager;
|
||||
|
@ -52,7 +52,7 @@ namespace OpenSim.Grid.GridServer
|
|||
}
|
||||
}
|
||||
|
||||
public OpenGrid_Main( )
|
||||
public GridServerBase( )
|
||||
{
|
||||
m_console = new ConsoleBase("OpenGrid", this);
|
||||
MainConsole.Instance = m_console;
|
|
@ -12,7 +12,7 @@ namespace OpenSim.Grid.GridServer
|
|||
{
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
|
||||
OpenGrid_Main app = new OpenGrid_Main();
|
||||
GridServerBase app = new GridServerBase();
|
||||
|
||||
if (args.Length > 0 && args[0] == "-setuponly")
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue