IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2007, 4:42:08 PM (19 years ago)
Author:
jhoblitt
Message:

implement p6tool functionality

File:
1 edited

Legend:

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

    r11784 r11866  
    8686    CREATE_TABLE(p5InputScfileCreateTable);
    8787    CREATE_TABLE(p5DiffScfileCreateTable);
     88    CREATE_TABLE(p6RunCreateTable);
     89    CREATE_TABLE(p6InputScfileCreateTable);
     90    CREATE_TABLE(p6SumScfileCreateTable);
    8891
    8992    return true;
     
    159162    DROP_TABLE(p5InputScfileDropTable);
    160163    DROP_TABLE(p5DiffScfileDropTable);
     164    DROP_TABLE(p6RunDropTable);
     165    DROP_TABLE(p6InputScfileDropTable);
     166    DROP_TABLE(p6SumScfileDropTable);
    161167
    162168    return status;
Note: See TracChangeset for help on using the changeset viewer.