Compiler Connection! One world, one compiler!

This commit is contained in:
Melanie Thielker
2008-09-26 16:11:53 +00:00
parent 0313a1d439
commit d8c470343e
26 changed files with 23 additions and 47590 deletions

View File

@@ -83,8 +83,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
// private static int instanceID = new Random().Next(0, int.MaxValue); // Unique number to use on our compiled files
private static UInt64 scriptCompileCounter = 0; // And a counter
public IScriptEngine m_scriptEngine;
public Compiler(IScriptEngine scriptEngine)
public IEventReceiver m_scriptEngine;
public Compiler(IEventReceiver scriptEngine)
{
m_scriptEngine = scriptEngine;
ReadConfig();