From 2a6d69b2b8ab84eec58bf8d0fb786ac6fdfba73f Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 16 May 2007 18:59:51 +0000 Subject: Moved the OpenSimMain class into the OpenSim.exe project --- OpenSim.RegionServer/OpenSimMain.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'OpenSim.RegionServer/OpenSimMain.cs') 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; namespace OpenSim { - - public class OpenSimMain : OpenSimApplication , conscmd_callback + //moved to the opensim main application project (do we want it there or here?) +/* + public class OpenSimMain : OpenSimApplicationBase , conscmd_callback { public OpenSimMain(bool sandBoxMode, bool startLoginServer, string physicsEngine, bool useConfigFile, bool silent, string configFile) @@ -526,5 +527,5 @@ namespace OpenSim #endregion } - + */ } -- cgit v1.1