- Timestamp:
- Jan 31, 2011, 2:51:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ippTools/src/pstamptool.c
r30102 r30446 134 134 PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false); 135 135 PXOPT_LOOKUP_S32(pollInterval, config->args, "-set_poll_interval",false, false); 136 PXOPT_LOOKUP_BOOL(no_magic, config->args, "-set_no_magic", false); 137 138 bool need_magic = ! no_magic; 136 139 137 140 if (!pstampDataStoreInsert(config->dbh, … … 143 146 outProduct, 144 147 uri, 145 pollInterval 148 pollInterval, 149 need_magic 146 150 )) { 147 151 psError(PS_ERR_UNKNOWN, false, "database error");
Note:
See TracChangeset
for help on using the changeset viewer.
