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

    r17859 r18093  
    3434#include "camtool.h"
    3535
    36 static bool queueMode(pxConfig *config);
     36static bool definebyqueryMode(pxConfig *config);
    3737static bool updaterunMode(pxConfig *config);
    3838static bool pendingimfileMode(pxConfig *config);
     
    6767
    6868    switch (config->mode) {
    69         MODECASE(CHIPTOOL_MODE_QUEUE,                   queueMode);
     69        MODECASE(CHIPTOOL_MODE_DEFINEBYQUERY,                   definebyqueryMode);
    7070        MODECASE(CHIPTOOL_MODE_UPDATERUN,               updaterunMode);
    7171        MODECASE(CHIPTOOL_MODE_PENDINGIMFILE,           pendingimfileMode);
     
    102102
    103103
    104 static bool queueMode(pxConfig *config)
     104static bool definebyqueryMode(pxConfig *config)
    105105{
    106106    PS_ASSERT_PTR_NON_NULL(config, NULL);
Note: See TracChangeset for help on using the changeset viewer.