Changeset 11329
- Timestamp:
- Jan 26, 2007, 2:13:34 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r11326 r11329 144 144 psErrorCode err = psErrorCodeLast(); 145 145 switch (err) { 146 PS_ERR_DB_CLIENT:146 case PS_ERR_DB_CLIENT: 147 147 psError(PXTOOLS_ERR_SYS, false, "database error"); 148 PS_ERR_DB_SERVER:148 case PS_ERR_DB_SERVER: 149 149 psError(PXTOOLS_ERR_PROG, false, "database error"); 150 150 default: … … 263 263 psErrorCode err = psErrorCodeLast(); 264 264 switch (err) { 265 PS_ERR_DB_CLIENT:265 case PS_ERR_DB_CLIENT: 266 266 psError(PXTOOLS_ERR_SYS, false, "database error"); 267 PS_ERR_DB_SERVER:267 case PS_ERR_DB_SERVER: 268 268 psError(PXTOOLS_ERR_PROG, false, "database error"); 269 269 default: … … 402 402 psErrorCode err = psErrorCodeLast(); 403 403 switch (err) { 404 PS_ERR_DB_CLIENT:404 case PS_ERR_DB_CLIENT: 405 405 psError(PXTOOLS_ERR_SYS, false, "database error"); 406 PS_ERR_DB_SERVER:406 case PS_ERR_DB_SERVER: 407 407 psError(PXTOOLS_ERR_PROG, false, "database error"); 408 408 default: … … 516 516 psErrorCode err = psErrorCodeLast(); 517 517 switch (err) { 518 PS_ERR_DB_CLIENT:518 case PS_ERR_DB_CLIENT: 519 519 psError(PXTOOLS_ERR_SYS, false, "database error"); 520 PS_ERR_DB_SERVER:520 case PS_ERR_DB_SERVER: 521 521 psError(PXTOOLS_ERR_PROG, false, "database error"); 522 522 default: … … 603 603 psErrorCode err = psErrorCodeLast(); 604 604 switch (err) { 605 PS_ERR_DB_CLIENT:605 case PS_ERR_DB_CLIENT: 606 606 psError(PXTOOLS_ERR_SYS, false, "database error"); 607 PS_ERR_DB_SERVER:607 case PS_ERR_DB_SERVER: 608 608 psError(PXTOOLS_ERR_PROG, false, "database error"); 609 609 default: … … 833 833 psErrorCode err = psErrorCodeLast(); 834 834 switch (err) { 835 PS_ERR_DB_CLIENT:835 case PS_ERR_DB_CLIENT: 836 836 psError(PXTOOLS_ERR_SYS, false, "database error"); 837 PS_ERR_DB_SERVER:837 case PS_ERR_DB_SERVER: 838 838 psError(PXTOOLS_ERR_PROG, false, "database error"); 839 839 default:
Note:
See TracChangeset
for help on using the changeset viewer.
