IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10113


Ignore:
Timestamp:
Nov 20, 2006, 2:01:59 PM (20 years ago)
Author:
jhoblitt
Message:

re-enable expTagCounter

File:
1 edited

Legend:

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

    r10074 r10113  
    4242    PS_ASSERT_PTR_NON_NULL(config, false);
    4343
    44 #if 0
     44    bool            status = true;
    4545    CREATE_TABLE(expTagCounterCreateTable);
    4646    // the counter must be initialized to 0
     
    4949        status = false;
    5050    }
    51 #endif
    52 
    53     bool            status = true;
    5451    CREATE_TABLE(summitExpCreateTable);
    5552    CREATE_TABLE(summitImfileCreateTable);
     
    120117    }
    121118
    122 //    DROP_TABLE(expTagCounterDropTable);
     119    DROP_TABLE(expTagCounterDropTable);
    123120    DROP_TABLE(summitExpDropTable);
    124121    DROP_TABLE(summitImfileDropTable);
Note: See TracChangeset for help on using the changeset viewer.