IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2008, 1:49:43 PM (18 years ago)
Author:
jhoblitt
Message:

MERGE from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/ippTools/src/camtool.c

    r18076 r18153  
    3030#include "camtool.h"
    3131
    32 static bool queueMode(pxConfig *config);
     32static bool definebyqueryMode(pxConfig *config);
    3333static bool updaterunMode(pxConfig *config);
    3434static bool pendingexpMode(pxConfig *config);
     
    6060
    6161    switch (config->mode) {
    62         MODECASE(CAMTOOL_MODE_QUEUE,                queueMode);
     62        MODECASE(CAMTOOL_MODE_DEFINEBYQUERY,        definebyqueryMode);
    6363        MODECASE(CAMTOOL_MODE_UPDATERUN,            updaterunMode);
    6464        MODECASE(CAMTOOL_MODE_PENDINGEXP,           pendingexpMode);
     
    9393
    9494
    95 static bool queueMode(pxConfig *config)
     95static bool definebyqueryMode(pxConfig *config)
    9696{
    9797    PS_ASSERT_PTR_NON_NULL(config, NULL);
Note: See TracChangeset for help on using the changeset viewer.