aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/EventQueueThreadClass.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/EventQueueThreadClass.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/EventQueueThreadClass.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/EventQueueThreadClass.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/EventQueueThreadClass.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/EventQueueThreadClass.cs
index a9de503..2d60ed5 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/EventQueueThreadClass.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/EventQueueThreadClass.cs
@@ -43,7 +43,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
43 // Because every thread needs some data set for it 43 // Because every thread needs some data set for it
44 // (time started to execute current function), it will do its work 44 // (time started to execute current function), it will do its work
45 // within a class 45 // within a class
46 public class EventQueueThreadClass : iScriptEngineFunctionModule 46 public class EventQueueThreadClass
47 { 47 {
48 // How many ms to sleep if queue is empty 48 // How many ms to sleep if queue is empty
49 private static int nothingToDoSleepms;// = 50; 49 private static int nothingToDoSleepms;// = 50;