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

@@ -614,8 +614,8 @@ proc add_syr {name IP port} {
if {[SplitReply [environment_simulation]]=="false"} {
makesctcontroller sct_syr syringe ${IP}:$port "\r"
}
puts $fd "mk_sct_syr sct_syr environment $name"
mk_sct_syr sct_syr environment $name
puts $fd "::scobj::syr::mk_sct_syr sct_syr environment $name"
::scobj::syr::mk_sct_syr sct_syr environment $name
close $fd
}