diff options
author | Melanie Thielker | 2008-08-13 19:22:32 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-08-13 19:22:32 +0000 |
commit | 0a18d544c5467488a0d3a57c549cdaebab4c5d35 (patch) | |
tree | c826c34b32f9e24a5b88b8d54c56ba98a083a32f /OpenSim/Region/Application/Application.cs | |
parent | Mantis#1942. Thank you kindly, Tyre for a patch that: (diff) | |
download | opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.zip opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.tar.gz opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.tar.bz2 opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.tar.xz |
Mantis #1936
Thank you, gsky, for a patch that corrects the threading model
to use the multithreaded apartment in the grid servers and
region server.
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 32dff0f..4df6415 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -39,7 +39,6 @@ namespace OpenSim | |||
39 | public static string iniFilePath = ""; | 39 | public static string iniFilePath = ""; |
40 | 40 | ||
41 | //could move our main function into OpenSimMain and kill this class | 41 | //could move our main function into OpenSimMain and kill this class |
42 | [STAThread] | ||
43 | public static void Main(string[] args) | 42 | public static void Main(string[] args) |
44 | { | 43 | { |
45 | // First line | 44 | // First line |