Moved the OpenSimMain class into the OpenSim.exe project

This commit is contained in:
MW
2007-05-16 18:59:51 +00:00
parent 7cc41b9e38
commit 2a6d69b2b8
9 changed files with 588 additions and 28 deletions

View File

@@ -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
}
*/
}