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/magictool.c

    r16170 r18093  
    3131#include "magictool.h"
    3232
    33 static bool queueMode(pxConfig *config);
     33static bool definebyqueryMode(pxConfig *config);
    3434static psS64 definerunMode(pxConfig *config);
    3535static bool updaterunMode(pxConfig *config);
     
    6565
    6666    switch (config->mode) {
    67         MODECASE(MAGICTOOL_MODE_QUEUE,          queueMode);
     67        MODECASE(MAGICTOOL_MODE_DEFINEBYQUERY,          definebyqueryMode);
    6868        MODECASE(MAGICTOOL_MODE_DEFINERUN,      definerunMode);
    6969        MODECASE(MAGICTOOL_MODE_UPDATERUN,      updaterunMode);
     
    9898}
    9999
    100 static bool queueMode(pxConfig *config)
     100static bool definebyqueryMode(pxConfig *config)
    101101{
    102102    PS_ASSERT_PTR_NON_NULL(config, false);
Note: See TracChangeset for help on using the changeset viewer.