IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2007, 12:14:24 PM (19 years ago)
Author:
jhoblitt
Message:

p2/p3 version reorg

File:
1 edited

Legend:

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

    r11702 r11735  
    929929    p2PendingExpRow *p2Exp = p2PendingExpRowAlloc(
    930930        exp->exp_tag,
    931         "my recipe",
    932         0xff,   // XXX calc version number
    933         0xff,   // XXX calc version number
    934         label
     931        0x0,          // p2 version XXX calc version number
     932        0xdeadbeef,   // p1 version
     933        label,
     934        "my recipe"
    935935    );
    936936
     
    943943    return p2PendingImfileRowAlloc(
    944944        rawImfile->exp_tag,
     945        0x0,          // p2 version XXX calc version number
     946        0xdeadbeef,   // p1 version
    945947        rawImfile->class_id,
    946         rawImfile->uri,
    947948        "my recipe",
    948         0xff, // XXX calc version number
    949         0xff  // XXX calc version number
     949        rawImfile->uri
    950950    );
    951951}
Note: See TracChangeset for help on using the changeset viewer.