IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2007, 2:50:34 PM (19 years ago)
Author:
jhoblitt
Message:

stub out p5tool

File:
1 edited

Legend:

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

    r11781 r11784  
    8383    CREATE_TABLE(p4SkyCellMapCreateTable);
    8484    CREATE_TABLE(p4ScfileCreateTable);
     85    CREATE_TABLE(p5RunCreateTable);
     86    CREATE_TABLE(p5InputScfileCreateTable);
     87    CREATE_TABLE(p5DiffScfileCreateTable);
    8588
    8689    return true;
     
    153156    DROP_TABLE(p4SkyCellMapDropTable);
    154157    DROP_TABLE(p4ScfileDropTable);
     158    DROP_TABLE(p5RunDropTable);
     159    DROP_TABLE(p5InputScfileDropTable);
     160    DROP_TABLE(p5DiffScfileDropTable);
    155161
    156162    return status;
Note: See TracChangeset for help on using the changeset viewer.