aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2019-11-11 12:54:42 +0000
committerUbitUmarov2019-11-11 12:54:42 +0000
commit01832b3e3c484b47f44a7514d0d8758f38fe344a (patch)
tree5a06b73b2a321d4589699ae12081c8757a42c8b3
parentYengine: we also need to cancel timer events in queue, because some bad scrip... (diff)
downloadopensim-SC-01832b3e3c484b47f44a7514d0d8758f38fe344a.zip
opensim-SC-01832b3e3c484b47f44a7514d0d8758f38fe344a.tar.gz
opensim-SC-01832b3e3c484b47f44a7514d0d8758f38fe344a.tar.bz2
opensim-SC-01832b3e3c484b47f44a7514d0d8758f38fe344a.tar.xz
missing file, of course
-rw-r--r--OpenSim/Tests/Common/Mock/MockScriptEngine.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/MockScriptEngine.cs b/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
index 9d426f6..237d7a5 100644
--- a/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
+++ b/OpenSim/Tests/Common/Mock/MockScriptEngine.cs
@@ -109,6 +109,11 @@ namespace OpenSim.Tests.Common
109 throw new System.NotImplementedException (); 109 throw new System.NotImplementedException ();
110 } 110 }
111 111
112 public void CancelScriptEvent(UUID itemID, string eventName)
113 {
114
115 }
116
112 public bool PostScriptEvent(UUID itemID, string name, object[] args) 117 public bool PostScriptEvent(UUID itemID, string name, object[] args)
113 { 118 {
114// Console.WriteLine("Posting event {0} for {1}", name, itemID); 119// Console.WriteLine("Posting event {0} for {1}", name, itemID);