Changeset 18153 for branches/cleanup/ippTools/src/camtool.c
- Timestamp:
- Jun 16, 2008, 1:49:43 PM (18 years ago)
- File:
-
- 1 edited
-
branches/cleanup/ippTools/src/camtool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/ippTools/src/camtool.c
r18076 r18153 30 30 #include "camtool.h" 31 31 32 static bool queueMode(pxConfig *config);32 static bool definebyqueryMode(pxConfig *config); 33 33 static bool updaterunMode(pxConfig *config); 34 34 static bool pendingexpMode(pxConfig *config); … … 60 60 61 61 switch (config->mode) { 62 MODECASE(CAMTOOL_MODE_ QUEUE, queueMode);62 MODECASE(CAMTOOL_MODE_DEFINEBYQUERY, definebyqueryMode); 63 63 MODECASE(CAMTOOL_MODE_UPDATERUN, updaterunMode); 64 64 MODECASE(CAMTOOL_MODE_PENDINGEXP, pendingexpMode); … … 93 93 94 94 95 static bool queueMode(pxConfig *config)95 static bool definebyqueryMode(pxConfig *config) 96 96 { 97 97 PS_ASSERT_PTR_NON_NULL(config, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
