IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34236


Ignore:
Timestamp:
Jul 31, 2012, 10:46:45 AM (14 years ago)
Author:
bills
Message:

put back reportedly unused functions. They are in fact
necessary for postage stamp server operation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20120626/ippTools/src/pstamptool.c

    r34081 r34236  
    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
    5353static bool addprojectMode(pxConfig *config);
     
    102102        MODECASE(PSTAMPTOOL_MODE_STOPDEPENDENTJOB, stopdependentjobMode);
    103103        MODECASE(PSTAMPTOOL_MODE_REVERTJOB, revertjobMode);
    104 # if (0)
     104# if (1)
    105105        MODECASE(PSTAMPTOOL_MODE_ADDPROJECT, addprojectMode);
    106106        MODECASE(PSTAMPTOOL_MODE_MODPROJECT, modprojectMode);
     
    11011101}
    11021102
    1103 # if (0)
     1103# if (1)
    11041104// these are unused functions
     1105// XXX: yes they are
    11051106static bool addprojectMode(pxConfig *config)
    11061107{
Note: See TracChangeset for help on using the changeset viewer.