Changeset 23123
- Timestamp:
- Mar 3, 2009, 3:35:21 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtools.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtools.c
r22751 r23123 36 36 if (!strcmp(state, "wait")) return true; 37 37 if (!strcmp(state, "goto_cleaned")) return true; 38 if (!strcmp(state, "error_cleaned")) return true; 38 39 if (!strcmp(state, "goto_scrubbed")) return true; 40 if (!strcmp(state, "error_scrubbed")) return true; 39 41 if (!strcmp(state, "cleaned")) return true; 40 42 if (!strcmp(state, "update")) return true; 41 43 if (!strcmp(state, "purged")) return true; 42 44 if (!strcmp(state, "goto_purged")) return true; 45 if (!strcmp(state, "error_purged")) return true; 43 46 44 47 return false; 45 48 } 46 49 47 // goto_scrubbed is similar to cleaned, but allows files to be removed even if the config48 // files is missing50 // 'scrubbed' is a virtual state equivalent to cleaned, but allows files to be removed 51 // even if the config files is missing
Note:
See TracChangeset
for help on using the changeset viewer.
