Minor formatting / svn properties cleanup.

This commit is contained in:
Jeff Ames
2008-03-25 01:45:23 +00:00
parent dd6e6e7bdf
commit d2b1a8aa1e
3 changed files with 20 additions and 22 deletions

View File

@@ -45,13 +45,13 @@ namespace OpenSim.Grid.GridServer
{
protected GridConfig m_config;
protected GridManager m_gridManager;
protected BaseHttpServer httpServer;
protected BaseHttpServer httpServer;
protected List<IGridPlugin> m_plugins = new List<IGridPlugin>();
public BaseHttpServer HttpServer
{
get { return httpServer; }
}
{
get { return httpServer; }
}
public void Work()
{
@@ -63,7 +63,7 @@ namespace OpenSim.Grid.GridServer
}
}
public GridServerBase( )
public GridServerBase()
{
m_console = new ConsoleBase("OpenGrid", this);
MainConsole.Instance = m_console;
@@ -137,7 +137,6 @@ namespace OpenSim.Grid.GridServer
m_plugins.Add(plugin);
}
}
protected virtual void SetupGridManager()
{