IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2008, 1:21:31 PM (18 years ago)
Author:
jhoblitt
Message:

rename -definebyquery -> queue

File:
1 edited

Legend:

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

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