[Orxonox-commit 779] r2207 - media/tcl8.5

landauf at orxonox.net landauf at orxonox.net
Sat Jul 18 23:12:48 CEST 2009


Author: landauf
Date: 2009-07-18 23:12:48 +0200 (Sat, 18 Jul 2009)
New Revision: 2207

Modified:
   media/tcl8.5/init.tcl
Log:
small fix (and a future feature) in init.tcl (for now just v8.5, it doesn't matter anyway)

Modified: media/tcl8.5/init.tcl
===================================================================
--- media/tcl8.5/init.tcl	2009-07-14 13:27:56 UTC (rev 2206)
+++ media/tcl8.5/init.tcl	2009-07-18 21:12:48 UTC (rev 2207)
@@ -235,7 +235,7 @@
 # id   - The ID of the other interpreter
 # args - The command to send to Orxonox
 
-proc query {id args} {
+proc crossquery {id args} {
     return -code error "Can't query interpreter with ID $id now"
 }
 
@@ -249,6 +249,17 @@
 proc execute args {
 }
 
+# crossexecute --
+# This procedure will be changed by Orxonox itself.
+# Sends a command to another Tcl-interpreter in Orxonox.
+#
+# Arguments:
+# id   - The ID of the other interpreter
+# args - The command
+
+proc crossexecute {id args} {
+}
+
 # redef_puts --
 # Redefines puts to write directly into the Orxonox console
 # if the channel is stdout or stderr.




More information about the Orxonox-commit mailing list