IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2008, 11:53:45 AM (18 years ago)
Author:
jhoblitt
Message:

-queue -> -definebyquery rename

File:
1 edited

Legend:

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

    r18029 r18093  
    3333#include "faketool.h"
    3434
    35 static bool queueMode(pxConfig *config);
     35static bool definebyqueryMode(pxConfig *config);
    3636static bool updaterunMode(pxConfig *config);
    3737static bool pendingexpMode(pxConfig *config);
     
    6565
    6666    switch (config->mode) {
    67         MODECASE(FAKETOOL_MODE_QUEUE,                   queueMode);
     67        MODECASE(FAKETOOL_MODE_DEFINEBYQUERY,                   definebyqueryMode);
    6868        MODECASE(FAKETOOL_MODE_UPDATERUN,               updaterunMode);
    6969        MODECASE(FAKETOOL_MODE_PENDINGEXP,              pendingexpMode);
     
    9999
    100100
    101 static bool queueMode(pxConfig *config)
     101static bool definebyqueryMode(pxConfig *config)
    102102{
    103103    PS_ASSERT_PTR_NON_NULL(config, NULL);
Note: See TracChangeset for help on using the changeset viewer.