diff options
author | Melanie Thielker | 2008-09-26 12:04:16 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-26 12:04:16 +0000 |
commit | 92ebbd1420d3a073f2065b176d7beafa7866b044 (patch) | |
tree | 02d0d2d0a52027a01d224689fc16e178c6efb4f4 /OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/EventManager.cs | |
parent | * Update the bamboo build to not copy the custom libode.so out of my home dir... (diff) | |
download | opensim-SC_OLD-92ebbd1420d3a073f2065b176d7beafa7866b044.zip opensim-SC_OLD-92ebbd1420d3a073f2065b176d7beafa7866b044.tar.gz opensim-SC_OLD-92ebbd1420d3a073f2065b176d7beafa7866b044.tar.bz2 opensim-SC_OLD-92ebbd1420d3a073f2065b176d7beafa7866b044.tar.xz |
Remove interfaces that are no longer used from DNE
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/EventManager.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/EventManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/EventManager.cs b/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/EventManager.cs index deb995b..8293fae 100644 --- a/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/EventManager.cs +++ b/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/EventManager.cs | |||
@@ -43,7 +43,7 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase | |||
43 | /// Prepares events so they can be directly executed upon a script by EventQueueManager, then queues it. | 43 | /// Prepares events so they can be directly executed upon a script by EventQueueManager, then queues it. |
44 | /// </summary> | 44 | /// </summary> |
45 | [Serializable] | 45 | [Serializable] |
46 | public class EventManager : ScriptServerInterfaces.RemoteEvents, iScriptEngineFunctionModule | 46 | public class EventManager : iScriptEngineFunctionModule |
47 | { | 47 | { |
48 | // | 48 | // |
49 | // Class is instanced in "ScriptEngine" and Uses "EventQueueManager" that is also instanced in "ScriptEngine". | 49 | // Class is instanced in "ScriptEngine" and Uses "EventQueueManager" that is also instanced in "ScriptEngine". |