IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34123 for trunk/ippTools/src


Ignore:
Timestamp:
Jul 5, 2012, 3:00:56 PM (14 years ago)
Author:
bills
Message:

re-enable the functions that were commented out in the last revision.
They are in fact essential to the operation of the postage stamp server

File:
1 edited

Legend:

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

    r34081 r34123  
    4949static bool revertjobMode(pxConfig *config);
    5050
    51 # if (0)
     51# if (1)
    5252// these are unused functions -- since they are 'static', this raises an warning
     53// XXX: They actually are used
    5354static bool addprojectMode(pxConfig *config);
    5455static bool projectMode(pxConfig *config);
     
    102103        MODECASE(PSTAMPTOOL_MODE_STOPDEPENDENTJOB, stopdependentjobMode);
    103104        MODECASE(PSTAMPTOOL_MODE_REVERTJOB, revertjobMode);
    104 # if (0)
     105# if (1)
    105106        MODECASE(PSTAMPTOOL_MODE_ADDPROJECT, addprojectMode);
    106107        MODECASE(PSTAMPTOOL_MODE_MODPROJECT, modprojectMode);
     
    11011102}
    11021103
    1103 # if (0)
     1104# if (1)
    11041105// these are unused functions
     1106// XXX: yes they are
    11051107static bool addprojectMode(pxConfig *config)
    11061108{
Note: See TracChangeset for help on using the changeset viewer.