diff options
author | MW | 2007-05-16 18:59:51 +0000 |
---|---|---|
committer | MW | 2007-05-16 18:59:51 +0000 |
commit | 2a6d69b2b8ab84eec58bf8d0fb786ac6fdfba73f (patch) | |
tree | 638f3d03f5ba5184dca03b8cf60211e90976eee3 /OpenSim/Application.cs | |
parent | Added OpenSimApplication as a base class to OpenSimMain (diff) | |
download | opensim-SC_OLD-2a6d69b2b8ab84eec58bf8d0fb786ac6fdfba73f.zip opensim-SC_OLD-2a6d69b2b8ab84eec58bf8d0fb786ac6fdfba73f.tar.gz opensim-SC_OLD-2a6d69b2b8ab84eec58bf8d0fb786ac6fdfba73f.tar.bz2 opensim-SC_OLD-2a6d69b2b8ab84eec58bf8d0fb786ac6fdfba73f.tar.xz |
Moved the OpenSimMain class into the OpenSim.exe project
Diffstat (limited to 'OpenSim/Application.cs')
-rw-r--r-- | OpenSim/Application.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Application.cs b/OpenSim/Application.cs index 240f6c5..3f9c0ec 100644 --- a/OpenSim/Application.cs +++ b/OpenSim/Application.cs | |||
@@ -7,7 +7,8 @@ using OpenSim.Framework.Console; | |||
7 | namespace OpenSim | 7 | namespace OpenSim |
8 | { | 8 | { |
9 | public class Application | 9 | public class Application |
10 | { | 10 | { |
11 | //could move our main function into OpenSimMain and kill this class | ||
11 | [STAThread] | 12 | [STAThread] |
12 | public static void Main(string[] args) | 13 | public static void Main(string[] args) |
13 | { | 14 | { |