diff options
Moved the OpenSimMain class into the OpenSim.exe project
Diffstat (limited to 'OpenSim.RegionServer/OpenSimMain.cs')
-rw-r--r-- | OpenSim.RegionServer/OpenSimMain.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs index a333074..003412d 100644 --- a/OpenSim.RegionServer/OpenSimMain.cs +++ b/OpenSim.RegionServer/OpenSimMain.cs | |||
@@ -53,8 +53,9 @@ using OpenSim.GenericConfig; | |||
53 | 53 | ||
54 | namespace OpenSim | 54 | namespace OpenSim |
55 | { | 55 | { |
56 | 56 | //moved to the opensim main application project (do we want it there or here?) | |
57 | public class OpenSimMain : OpenSimApplication , conscmd_callback | 57 | /* |
58 | public class OpenSimMain : OpenSimApplicationBase , conscmd_callback | ||
58 | { | 59 | { |
59 | 60 | ||
60 | public OpenSimMain(bool sandBoxMode, bool startLoginServer, string physicsEngine, bool useConfigFile, bool silent, string configFile) | 61 | public OpenSimMain(bool sandBoxMode, bool startLoginServer, string physicsEngine, bool useConfigFile, bool silent, string configFile) |
@@ -526,5 +527,5 @@ namespace OpenSim | |||
526 | #endregion | 527 | #endregion |
527 | } | 528 | } |
528 | 529 | ||
529 | 530 | */ | |
530 | } | 531 | } |