Changeset 16588 for trunk/ippTools/src/pxtables.c
- Timestamp:
- Feb 21, 2008, 6:09:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r16508 r16588 54 54 CREATE_TABLE(summitExpCreateTable); 55 55 CREATE_TABLE(summitImfileCreateTable); 56 CREATE_TABLE(pzPendingExpCreateTable); 57 CREATE_TABLE(pzPendingImfileCreateTable); 58 CREATE_TABLE(pzDoneExpCreateTable); 59 CREATE_TABLE(pzDoneImfileCreateTable); 56 // CREATE_TABLE(pzPendingExpCreateTable); 57 // CREATE_TABLE(pzPendingImfileCreateTable); 58 // CREATE_TABLE(pzDoneExpCreateTable); 59 // CREATE_TABLE(pzDoneImfileCreateTable); 60 CREATE_TABLE(pzDownloadExpCreateTable); 61 CREATE_TABLE(pzDownloadImfileCreateTable); 60 62 CREATE_TABLE(newExpCreateTable); 61 63 CREATE_TABLE(newImfileCreateTable); … … 151 153 DROP_TABLE(summitExpDropTable); 152 154 DROP_TABLE(summitImfileDropTable); 153 DROP_TABLE(pzPendingExpDropTable); 154 DROP_TABLE(pzPendingImfileDropTable); 155 DROP_TABLE(pzDoneExpDropTable); 156 DROP_TABLE(pzDoneImfileDropTable); 155 // DROP_TABLE(pzPendingExpDropTable); 156 // DROP_TABLE(pzPendingImfileDropTable); 157 // DROP_TABLE(pzDoneExpDropTable); 158 // DROP_TABLE(pzDoneImfileDropTable); 159 DROP_TABLE(pzDownloadExpDropTable); 160 DROP_TABLE(pzDownloadImfileDropTable); 157 161 DROP_TABLE(newExpDropTable); 158 162 DROP_TABLE(newImfileDropTable);
Note:
See TracChangeset
for help on using the changeset viewer.
