IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2004, 5:17:39 PM (22 years ago)
Author:
desonia
Message:

added mutex for memid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psMemory.h

    r768 r803  
    1212 *  @author Robert Lupton, Princeton University
    1313 *
    14  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-05-24 23:03:51 $
     14 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-05-28 03:17:39 $
    1616 *
    1717 *  @ingroup SystemGroup System Utilities
     
    6464    const char* file;                   ///< set from __FILE__ in e.g. p_psAlloc
    6565    const int lineno;                   ///< set from __LINE__ in e.g. p_psAlloc
    66     psReferenceCount refCounter;            ///< how many times pointer is referenced
     66    // TODO: refCounter should be mutexed?
     67    psReferenceCount refCounter;        ///< how many times pointer is referenced
    6768    const void* endblock;               ///< initialised to p_psMEMMAGIC
    6869}
Note: See TracChangeset for help on using the changeset viewer.