mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Renamed Main.cs to GridServerBase.cs
This commit is contained in:
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user