Rename mvrunscan to mscan

This commit is contained in:
Ferdi Franceschini
2013-08-22 07:55:47 +10:00
parent 9e343223ea
commit 82567c7394

View File

@@ -430,7 +430,7 @@ Publish ::scan::bm_writepoint user
Publish ::scan::bm_count user Publish ::scan::bm_count user
namespace eval scan { namespace eval scan {
namespace export runscan mvrunscan namespace export runscan mscan
VarMake ::scan::runscan_reset_position Text internal VarMake ::scan::runscan_reset_position Text internal
::scan::runscan_reset_position false ::scan::runscan_reset_position false
@@ -537,7 +537,7 @@ namespace eval scan {
} }
## Multi-variable runscan ## Multi-variable runscan
proc mvrunscan {scanvar start step args} { proc mscan {scanvar start step args} {
variable ic_hmm_datatype variable ic_hmm_datatype
variable reset_position variable reset_position
variable force_scan variable force_scan
@@ -741,7 +741,7 @@ namespace eval scan {
} }
namespace import ::scan::runscan namespace import ::scan::runscan
namespace import ::scan::mvrunscan namespace import ::scan::mscan
publish runscan user publish runscan user
publish mvrunscan user publish mscan user
sicslist setatt runscan privilege internal sicslist setatt runscan privilege internal