IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

removed psImageIO functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/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.