Changeset 24785 for branches/czw_branch/cleanup/ippTools/src/dettool.c
- Timestamp:
- Jul 13, 2009, 6:24:00 PM (17 years ago)
- File:
-
- 1 edited
-
branches/czw_branch/cleanup/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup/ippTools/src/dettool.c
r23829 r24785 1817 1817 if (!strcmp(data_state, "drop")) return true; 1818 1818 if (!strcmp(data_state, "register")) return true; 1819 // These are valid data states, and are necessary for the cleanup to work correctly. 1820 if (!strcmp(data_state, "full")) return true; 1821 if (!strcmp(data_state, "goto_cleaned")) return true; 1822 if (!strcmp(data_state, "goto_scrubbed")) return true; 1823 if (!strcmp(data_state, "goto_purged")) return true; 1824 if (!strcmp(data_state, "cleaned")) return true; 1825 if (!strcmp(data_state, "scrubbed")) return true; 1826 if (!strcmp(data_state, "purged")) return true; 1827 if (!strcmp(data_state, "error_cleaned")) return true; 1828 if (!strcmp(data_state, "error_scrubbed")) return true; 1829 if (!strcmp(data_state, "error_purged")) return true; 1819 1830 1820 1831 psError(PS_ERR_UNKNOWN, true, "invalid data state: %s", data_state);
Note:
See TracChangeset
for help on using the changeset viewer.
