aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/EventManager.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-09-26 18:37:53 +0000
committerMelanie Thielker2008-09-26 18:37:53 +0000
commit698ecec6f7e8c3f820066fdba1fe5e0f60cbd739 (patch)
tree1af3bb5806d4ec60121d9a7f9d5e170cc40f7b18 /OpenSim/Region/ScriptEngine/DotNetEngine/EventManager.cs
parentAdd "Notecard saved" message to saves of notecards into prims (diff)
downloadopensim-SC_OLD-698ecec6f7e8c3f820066fdba1fe5e0f60cbd739.zip
opensim-SC_OLD-698ecec6f7e8c3f820066fdba1fe5e0f60cbd739.tar.gz
opensim-SC_OLD-698ecec6f7e8c3f820066fdba1fe5e0f60cbd739.tar.bz2
opensim-SC_OLD-698ecec6f7e8c3f820066fdba1fe5e0f60cbd739.tar.xz
Remove another interface that is no longer needed
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/EventManager.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/EventManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/EventManager.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/EventManager.cs
index fa4970f..3934340 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/EventManager.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/EventManager.cs
@@ -43,7 +43,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
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 : iScriptEngineFunctionModule 46 public class EventManager
47 { 47 {
48 // 48 //
49 // Class is instanced in "ScriptEngine" and Uses "EventQueueManager" 49 // Class is instanced in "ScriptEngine" and Uses "EventQueueManager"