diff options
author | Tedd Hansen | 2007-08-17 18:39:04 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-17 18:39:04 +0000 |
commit | f2dd6c86f79d01cbb885331dcef00b794258d448 (patch) | |
tree | a70d0a7aa40cdcfe9e4babae6504a3d42e817738 /OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs | |
parent | krinkec's updates to ll* interface and functions. (diff) | |
download | opensim-SC_OLD-f2dd6c86f79d01cbb885331dcef00b794258d448.zip opensim-SC_OLD-f2dd6c86f79d01cbb885331dcef00b794258d448.tar.gz opensim-SC_OLD-f2dd6c86f79d01cbb885331dcef00b794258d448.tar.bz2 opensim-SC_OLD-f2dd6c86f79d01cbb885331dcef00b794258d448.tar.xz |
Added RAIL.dll
Updated DotSets.dll and Mono.PEToolkit.dll
Started on microthreading - currently display exception during startup
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs index 5606287..b6debcf 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs | |||
@@ -190,7 +190,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine | |||
190 | private string ProcessYield(string FileName) | 190 | private string ProcessYield(string FileName) |
191 | { | 191 | { |
192 | // TODO: Create a new assembly and copy old but insert Yield Code | 192 | // TODO: Create a new assembly and copy old but insert Yield Code |
193 | return FileName; | 193 | return TempDotNetMicroThreadingCodeInjector.TestFix(FileName); |
194 | } | 194 | } |
195 | 195 | ||
196 | private AppDomain GetFreeAppDomain() | 196 | private AppDomain GetFreeAppDomain() |