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/db/psDB.h

    r3598 r3966  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-31 23:01:46 $
     12 *  @version $Revision: 1.5.8.1 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-05-19 01:09:56 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    106106    psDB *dbh,                          ///< Database handle
    107107    const char *tableName,              ///< Table name
    108     psMetadata *md                      ///< Column names, types, and indexes
     108    const psMetadata *md  ///< Column names, types, and indexes
    109109);
    110110
     
    184184    psDB *dbh,                          ///< Database handle
    185185    const char *tableName,              ///< Table name
    186     psMetadata *row                     ///< Row description
     186    const psMetadata *row  ///< Row description
    187187);
    188188
     
    199199    psDB *dbh,                          ///< Database handle
    200200    const char *tableName,              ///< Table name
    201     psArray *rowSet                     ///< Set of rows to insert
     201    const psArray *rowSet  ///< Set of rows to insert
    202202);
    203203
     
    241241    psDB *dbh,                          ///< Database handle
    242242    const char *tableName,              ///< Table name
    243     psMetadata *where,                  ///< Row match criteria
    244     psMetadata *values                  ///< new field values
     243    const psMetadata *where,  ///< Row match criteria
     244    const psMetadata *values  ///< new field values
    245245);
    246246
     
    258258    psDB *dbh,                          ///< Database handle
    259259    const char *tableName,             ///< Table name
    260     psMetadata *where                  ///< Row match criteria
     260    const psMetadata *where  ///< Row match criteria
    261261);
    262262
Note: See TracChangeset for help on using the changeset viewer.