IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 6:09:46 PM (18 years ago)
Author:
jhoblitt
Message:

replumb pz* steps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtables.c

    r16508 r16588  
    5454    CREATE_TABLE(summitExpCreateTable);
    5555    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);
    6062    CREATE_TABLE(newExpCreateTable);
    6163    CREATE_TABLE(newImfileCreateTable);
     
    151153    DROP_TABLE(summitExpDropTable);
    152154    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);
    157161    DROP_TABLE(newExpDropTable);
    158162    DROP_TABLE(newImfileDropTable);
Note: See TracChangeset for help on using the changeset viewer.