Convert both script engines to new region module format. Add proper unload

handling to XEngine. Add needed stubs to DotNetEngine.
This commit is contained in:
Melanie Thielker
2009-04-15 18:51:17 +00:00
parent fa9b9126ee
commit 3c338e4e56
7 changed files with 83 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ using OpenMetaverse;
namespace OpenSim.Region.Framework.Interfaces
{
public interface IScriptModule : IRegionModule
public interface IScriptModule: INonSharedRegionModule
{
string ScriptEngineName { get; }