IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4128 for trunk/psLib/src/db


Ignore:
Timestamp:
Jun 6, 2005, 4:29:44 PM (21 years ago)
Author:
desonia
Message:

removed psImageIO functions.

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

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r4106 r4128  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-06-03 23:48:38 $
     14 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-07 02:29:44 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
    1818 */
    1919
    20 #ifdef BUILD_PSDB
     20#ifndef OMIT_PSDB
    2121
    2222#include <stdio.h>
     
    16231623}
    16241624
    1625 #endif // BUILD_PSDB
     1625#endif // OMIT_PSDB
  • trunk/psLib/src/db/psDB.h

    r3957 r4128  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-05-18 00:55:36 $
     12 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-07 02:29:44 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    1919#define PS_DB_H 1
    2020
    21 #ifdef BUILD_PSDB
     21#ifndef OMIT_PSDB
    2222
    2323#include "psType.h"
     
    109109 * string.  The value of the psMetadataItem.data element is unused for the
    110110 * PS_META_PRIMITIVE types.  Other psMetadata types beyond PS_META_STR and
    111  * PS_META_PRIMITIVE are not allowed in a table definition. 
     111 * PS_META_PRIMITIVE are not allowed in a table definition.
    112112 *
    113113 * Database indexes can be specified setting the "comment" field to "Primary
     
    276276/// @}
    277277
    278 #endif // BUILD_PSDB
     278#endif // OMIT_PSDB
    279279
    280280#endif // PS_DB_H
Note: See TracChangeset for help on using the changeset viewer.