Changeset 17574 for trunk/ippTools/src/regtoolConfig.c
- Timestamp:
- May 7, 2008, 6:00:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtoolConfig.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtoolConfig.c
r16509 r17574 48 48 // -pendingimfile 49 49 psMetadata *pendingimfileArgs = psMetadataAlloc(); 50 // support for this options is unimplemented 51 #if 0 50 52 psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-exp_id", 0, 51 53 "search by exposure ID", NULL); … … 54 56 psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class_id", 0, 55 57 "search by class ID", NULL); 58 #endif 56 59 psMetadataAddU64(pendingimfileArgs, PS_LIST_TAIL, "-limit", 0, 57 60 "limit result set to N items", 0); … … 201 204 // -pendingexp 202 205 psMetadata *pendingexpArgs = psMetadataAlloc(); 206 // support for these options in unimplemented 207 #if 0 203 208 psMetadataAddStr(pendingexpArgs, PS_LIST_TAIL, "-exp_id", 0, 204 209 "search by exposure ID", NULL); … … 209 214 psMetadataAddStr(pendingexpArgs, PS_LIST_TAIL, "-exp_type", 0, 210 215 "search by exposure type", NULL); 216 #endif 211 217 psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit", 0, 212 218 "limit result set to N items", 0);
Note:
See TracChangeset
for help on using the changeset viewer.
