- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/dettool_normalizedstat.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/src
- Property svn:ignore
-
old new 1 *.la 2 *.lo 1 3 .deps 2 4 .gdb_history … … 4 6 Makefile 5 7 Makefile.in 8 addtool 9 caltool 10 camtool 11 chiptool 6 12 config.h 7 13 config.h.in 8 stamp-h1 9 *.la 10 *.lo 14 detselect 15 dettool 16 difftool 17 disttool 18 dqstatstool 19 faketool 20 flatcorr 21 guidetool 22 magicdstool 23 magictool 24 pstamptool 25 pubtool 26 pxadmin 27 pxdata.c 28 pxinject 11 29 pxtoolsErrorCodes.c 12 30 pxtoolsErrorCodes.h 13 pxadmin14 pxinject15 pztool16 31 pzgetexp 17 32 pzgetimfiles 33 pztool 34 receivetool 18 35 regtool 19 guidetool 20 chiptool 21 camtool 36 stacktool 37 stamp-h1 22 38 warptool 23 difftool24 stacktool25 faketool26 dettool27 detselect28 pxdata.c29 magictool30 magicdstool31 caltool32 flatcorr33 pstamptool34 disttool35 receivetool36 37 pubtool
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/ippTools/src/dettool_normalizedstat.c
r23688 r27840 29 29 psString query = pxDataGet("dettool_tonormalizedstat.sql"); 30 30 if (!query) { 31 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");31 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 32 32 return false; 33 33 } … … 117 117 psString query = pxDataGet("dettool_normalizedstat.sql"); 118 118 if (!query) { 119 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");119 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 120 120 return false; 121 121 } … … 185 185 psString query = pxDataGet("dettool_revertnormalizedstat.sql"); 186 186 if (!query) { 187 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");187 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 188 188 return false; 189 189 } … … 240 240 psString query = pxDataGet("dettool_pendingcleanup_normalizedstat.sql"); 241 241 if (!query) { 242 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");242 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 243 243 return false; 244 244 } … … 303 303 psString query = pxDataGet("dettool_donecleanup_normalizedstat.sql"); 304 304 if (!query) { 305 psError(PXTOOLS_ERR_ DATA, false, "failed to retreive SQL statement");305 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); 306 306 return false; 307 307 }
Note:
See TracChangeset
for help on using the changeset viewer.
