From 3c338e4e563509e480d5eab71134126d1d7aadf5 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 15 Apr 2009 18:51:17 +0000 Subject: Convert both script engines to new region module format. Add proper unload handling to XEngine. Add needed stubs to DotNetEngine. --- OpenSim/Region/Framework/Interfaces/IScriptModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Framework/Interfaces/IScriptModule.cs') 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; namespace OpenSim.Region.Framework.Interfaces { - public interface IScriptModule : IRegionModule + public interface IScriptModule: INonSharedRegionModule { string ScriptEngineName { get; } -- cgit v1.1