IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7134


Ignore:
Timestamp:
May 17, 2006, 3:22:48 PM (20 years ago)
Author:
Paul Price
Message:

psMemIncrRefCounter should have const

Location:
trunk/psLib/src/sys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.c

    r6500 r7134  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-02-28 02:53:03 $
     10*  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-05-18 01:22:48 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    610610
    611611// increment and return refCounter
    612 psPtr p_psMemIncrRefCounter(psPtr vptr,
     612psPtr p_psMemIncrRefCounter(const psPtr vptr,
    613613                            const char *file,
    614614                            psS32 lineno)
  • trunk/psLib/src/sys/psMemory.h

    r6500 r7134  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-02-28 02:53:03 $
     14 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-05-18 01:22:48 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    327327#else
    328328psPtr p_psMemIncrRefCounter(
    329     psPtr vptr,                        ///< Pointer to increment refCounter, and return
     329    const psPtr vptr,                  ///< Pointer to increment refCounter, and return
    330330    const char *file,                  ///< File of call
    331331    psS32 lineno                       ///< Line number of call
Note: See TracChangeset for help on using the changeset viewer.