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

    r16940 r18093  
    3131#include "stacktool.h"
    3232
    33 static bool queueMode(pxConfig *config);
     33static bool definebyqueryMode(pxConfig *config);
    3434static bool definerunMode(pxConfig *config);
    3535static bool updaterunMode(pxConfig *config);
     
    6161
    6262    switch (config->mode) {
    63         MODECASE(STACKTOOL_MODE_QUEUE,              queueMode);
     63        MODECASE(STACKTOOL_MODE_DEFINEBYQUERY,              definebyqueryMode);
    6464        MODECASE(STACKTOOL_MODE_DEFINERUN,          definerunMode);
    6565        MODECASE(STACKTOOL_MODE_UPDATERUN,          updaterunMode);
     
    9292
    9393
    94 static bool queueMode(pxConfig *config)
     94static bool definebyqueryMode(pxConfig *config)
    9595{
    9696    PS_ASSERT_PTR_NON_NULL(config, false);
Note: See TracChangeset for help on using the changeset viewer.