IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 3:09:57 PM (21 years ago)
Author:
Paul Price
Message:

Adding const qualifiers where missing in the docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_050513/psLib/src/collections/psMetadata.c

    r3780 r3966  
    1212*  @author Ross Harman, MHPCC
    1313*
    14 *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2005-04-28 19:52:48 $
     14*  @version $Revision: 1.61.2.1 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2005-05-19 01:09:56 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    240240}
    241241
    242 psBool psMetadataAddItem(psMetadata *md, psMetadataItem *metadataItem, psS32 location, psS32 flags)
     242psBool psMetadataAddItem(psMetadata *md, const psMetadataItem *metadataItem, psS32 location, psS32 flags)
    243243{
    244244    char * key = NULL;
     
    349349#define METADATA_ADD_TYPE(NAME,TYPE,METATYPE) \
    350350psBool psMetadataAdd##NAME(psMetadata* md, psS32 where, const char* name, \
    351                            const char* comment, TYPE value) { \
     351                           const char* comment, const TYPE value) { \
    352352    return psMetadataAdd(md,where,name, METATYPE,comment,value); \
    353353}
Note: See TracChangeset for help on using the changeset viewer.