diff options
author | Melanie Thielker | 2009-04-15 18:51:17 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-04-15 18:51:17 +0000 |
commit | 3c338e4e563509e480d5eab71134126d1d7aadf5 (patch) | |
tree | 8a6c038d859f41a97d857770dc626d38d8a8cd3a /OpenSim/Region/ScriptEngine/Interfaces | |
parent | * Resolve unit test failure introduced in r9148 (probably) (diff) | |
download | opensim-SC_OLD-3c338e4e563509e480d5eab71134126d1d7aadf5.zip opensim-SC_OLD-3c338e4e563509e480d5eab71134126d1d7aadf5.tar.gz opensim-SC_OLD-3c338e4e563509e480d5eab71134126d1d7aadf5.tar.bz2 opensim-SC_OLD-3c338e4e563509e480d5eab71134126d1d7aadf5.tar.xz |
Convert both script engines to new region module format. Add proper unload
handling to XEngine. Add needed stubs to DotNetEngine.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Interfaces')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs index 017a6ba..44d5cbe 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | |||
@@ -104,5 +104,6 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
104 | string GetAssemblyName(); | 104 | string GetAssemblyName(); |
105 | string GetXMLState(); | 105 | string GetXMLState(); |
106 | double MinEventDelay { set; } | 106 | double MinEventDelay { set; } |
107 | UUID RegionID { get; } | ||
107 | } | 108 | } |
108 | } | 109 | } |