Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.

Some debug info for startup added to find bugs. ++
This commit is contained in:
Tedd Hansen
2008-01-05 15:48:02 +00:00
parent 53793db182
commit 966f639ad6
12 changed files with 233 additions and 412 deletions

View File

@@ -36,7 +36,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
/// Prepares events so they can be directly executed upon a script by EventQueueManager, then queues it.
/// </summary>
[Serializable]
public class EventManager
public class EventManager : OpenSim.Region.ScriptEngine.Common.ScriptServerInterfaces.RemoteEvents
{
//