aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridServerBase.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/GridServer/GridServerBase.cs (renamed from OpenSim/Grid/GridServer/Main.cs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/GridServer/Main.cs b/OpenSim/Grid/GridServer/GridServerBase.cs
index 5d21750..592883a 100644
--- a/OpenSim/Grid/GridServer/Main.cs
+++ b/OpenSim/Grid/GridServer/GridServerBase.cs
@@ -37,7 +37,7 @@ namespace OpenSim.Grid.GridServer
37{ 37{
38 /// <summary> 38 /// <summary>
39 /// </summary> 39 /// </summary>
40 public class OpenGrid_Main : BaseOpenSimServer, conscmd_callback 40 public class GridServerBase : BaseOpenSimServer, conscmd_callback
41 { 41 {
42 private GridConfig m_config; 42 private GridConfig m_config;
43 private GridManager m_gridManager; 43 private GridManager m_gridManager;
@@ -52,7 +52,7 @@ namespace OpenSim.Grid.GridServer
52 } 52 }
53 } 53 }
54 54
55 public OpenGrid_Main( ) 55 public GridServerBase( )
56 { 56 {
57 m_console = new ConsoleBase("OpenGrid", this); 57 m_console = new ConsoleBase("OpenGrid", this);
58 MainConsole.Instance = m_console; 58 MainConsole.Instance = m_console;