IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

psMemIncrRefCounter should have const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.