Changeset 11545 for trunk/ippTasks/pantasks.pro
- Timestamp:
- Feb 1, 2007, 8:24:13 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/pantasks.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pantasks.pro
r11536 r11545 51 51 controller host add po21 52 52 controller host add po22 53 controller host add po2353 # controller host add po23 54 54 controller host add po24 55 55 end … … 213 213 # failure related to the data files 214 214 if ($exitCode == $EXIT_SYS_ERR) 215 stop215 # stop 216 216 showcommand "system failure" 217 217 book setword $bookName $pageName state SYS_ERR … … 221 221 # failure related to the data files 222 222 if ($exitCode == $EXIT_CONFIG_ERR) 223 stop223 # stop 224 224 showcommand "config error" 225 225 book setword $bookName $pageName state CONFIG_ERR … … 229 229 # failure related to the data files 230 230 if ($exitCode == $EXIT_PROG_ERR) 231 stop231 # stop 232 232 showcommand "programming error" 233 233 book setword $bookName $pageName state PROG_ERR
Note:
See TracChangeset
for help on using the changeset viewer.
