aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorMelanie2012-03-26 14:19:55 +0100
committerMelanie2012-03-26 14:19:55 +0100
commit7e0936e4b6ec0596390266a8435dea9c3f19f09c (patch)
tree7da6768edda1ccbecab7fe4e632c3cfb07114c4d /OpenSim/Region/Framework/Interfaces
parentFix the omission on the interface declaration (diff)
downloadopensim-SC_OLD-7e0936e4b6ec0596390266a8435dea9c3f19f09c.zip
opensim-SC_OLD-7e0936e4b6ec0596390266a8435dea9c3f19f09c.tar.gz
opensim-SC_OLD-7e0936e4b6ec0596390266a8435dea9c3f19f09c.tar.bz2
opensim-SC_OLD-7e0936e4b6ec0596390266a8435dea9c3f19f09c.tar.xz
Add a hust UUID to the script invocations
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs b/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs
index 2183c1c..34a4bfc 100644
--- a/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs
+++ b/OpenSim/Region/Framework/Interfaces/IScriptModuleComms.cs
@@ -54,7 +54,7 @@ namespace OpenSim.Region.Framework.Interfaces
54 Type[] LookupTypeSignature(string fname); 54 Type[] LookupTypeSignature(string fname);
55 Type LookupReturnType(string fname); 55 Type LookupReturnType(string fname);
56 56
57 object InvokeOperation(UUID scriptId, string fname, params object[] parms); 57 object InvokeOperation(UUID hostId, UUID scriptId, string fname, params object[] parms);
58 58
59 /// <summary> 59 /// <summary>
60 /// Send a link_message event to an in-world script 60 /// Send a link_message event to an in-world script