SICS-696 Explicity include the namespace on mk_sct_ calls

This commit is contained in:
Douglas Clowes
2014-07-23 14:32:26 +10:00
parent 16b435befe
commit e3b583150e
17 changed files with 32 additions and 32 deletions

View File

@@ -477,8 +477,8 @@ proc add_robot {name IP port } {
puts $fd "makesctcontroller sct_robot_pp std ${IP}:$port"
makesctcontroller sct_robot_pp std ${IP}:$port [binary format cc 0x0D 0x0A] 5.0
}
puts $fd "mk_sct_robot_pp sct_robot environment $name"
mk_sct_robot_pp sct_robot_pp environment $name
puts $fd "::scobj::robot_pp::mk_sct_robot_pp sct_robot environment $name"
::scobj::robot_pp::mk_sct_robot_pp sct_robot_pp environment $name
close $fd
}