Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs).

This commit is contained in:
Tedd Hansen
2007-08-18 18:53:03 +00:00
parent 1284369a32
commit 6d10c65358
8 changed files with 560 additions and 14 deletions

View File

@@ -85,7 +85,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
//Console.WriteLine("Loading: " + a.GetName(true));
try
{
AD.Load(a.GetName(true));
//AD.Load(a.GetName(true));
}
catch (Exception e)
@@ -106,10 +106,5 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
}
public class NOOP : MarshalByRefType
{
public NOOP() {
}
}
}
}