diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs (renamed from OpenSim/OpenSim.RegionServer/RegionServerBase.cs) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/OpenSim.RegionServer/RegionServerBase.cs b/OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs index c059d7c..8509dcc 100644 --- a/OpenSim/OpenSim.RegionServer/RegionServerBase.cs +++ b/OpenSim/OpenSim.RegionServer/RegionApplicationBase.cs | |||
@@ -52,7 +52,7 @@ using OpenSim.GenericConfig; | |||
52 | 52 | ||
53 | namespace OpenSim | 53 | namespace OpenSim |
54 | { | 54 | { |
55 | public class RegionServerBase | 55 | public class RegionApplicationBase |
56 | { | 56 | { |
57 | protected IGenericConfig localConfig; | 57 | protected IGenericConfig localConfig; |
58 | protected PhysicsManager physManager; | 58 | protected PhysicsManager physManager; |
@@ -78,12 +78,12 @@ namespace OpenSim | |||
78 | 78 | ||
79 | protected ConsoleBase m_console; | 79 | protected ConsoleBase m_console; |
80 | 80 | ||
81 | public RegionServerBase() | 81 | public RegionApplicationBase() |
82 | { | 82 | { |
83 | 83 | ||
84 | } | 84 | } |
85 | 85 | ||
86 | public RegionServerBase(bool sandBoxMode, bool startLoginServer, string physicsEngine, bool useConfigFile, bool silent, string configFile) | 86 | public RegionApplicationBase(bool sandBoxMode, bool startLoginServer, string physicsEngine, bool useConfigFile, bool silent, string configFile) |
87 | { | 87 | { |
88 | this.configFileSetup = useConfigFile; | 88 | this.configFileSetup = useConfigFile; |
89 | m_sandbox = sandBoxMode; | 89 | m_sandbox = sandBoxMode; |