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/Framework/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/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScriptModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs index 51dcb7d..6265683 100644 --- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs | |||
@@ -30,7 +30,7 @@ using OpenMetaverse; | |||
30 | 30 | ||
31 | namespace OpenSim.Region.Framework.Interfaces | 31 | namespace OpenSim.Region.Framework.Interfaces |
32 | { | 32 | { |
33 | public interface IScriptModule : IRegionModule | 33 | public interface IScriptModule: INonSharedRegionModule |
34 | { | 34 | { |
35 | string ScriptEngineName { get; } | 35 | string ScriptEngineName { get; } |
36 | 36 | ||