Changeset 8661 for trunk/ippTools/src/pxtables.c
- Timestamp:
- Aug 28, 2006, 2:21:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r8495 r8661 33 33 CREATE_TABLE(p2PendingExpCreateTable); 34 34 CREATE_TABLE(p2PendingImfileCreateTable); 35 CREATE_TABLE(p2 DoneExpCreateTable);36 CREATE_TABLE(p2 DoneImfileCreateTable);35 CREATE_TABLE(p2ProcessedExpCreateTable); 36 CREATE_TABLE(p2ProcessedImfileCreateTable); 37 37 CREATE_TABLE(p3PendingExpCreateTable); 38 38 CREATE_TABLE(detRunCreateTable); … … 88 88 DROP_TABLE(p2PendingExpDropTable); 89 89 DROP_TABLE(p2PendingImfileDropTable); 90 DROP_TABLE(p2 DoneExpDropTable);91 DROP_TABLE(p2 DoneImfileDropTable);90 DROP_TABLE(p2ProcessedExpDropTable); 91 DROP_TABLE(p2ProcessedImfileDropTable); 92 92 DROP_TABLE(p3PendingExpDropTable); 93 93 DROP_TABLE(detRunDropTable);
Note:
See TracChangeset
for help on using the changeset viewer.
