Changeset 11248 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.h
r10669 r11248 1 /** @file psDB.h 2 * 3 * @brief database types and functions 4 * 5 * This file defines the abstract database type and functions that 6 * perform basic database operations. 7 * 8 * @ingroup DataBase 9 * 10 * @author Joshua Hoblitt 11 * 12 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-12-13 01:42:51 $ 14 * 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii 1 /* @file psDB.h 2 * @brief database types and functions 3 * 4 * This file defines the abstract database type and functions that 5 * perform basic database operations. 6 * 7 * @author Joshua Hoblitt 8 * 9 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-23 22:47:22 $ 11 * 12 * Copyright 2005 Joshua Hoblitt, University of Hawaii 16 13 */ 17 14 18 15 #ifndef PS_DB_H 19 16 #define PS_DB_H 1 20 21 17 #ifdef HAVE_PSDB 18 19 /// @addtogroup FileIO Input/Output 20 /// @{ 22 21 23 22 #include "psType.h" 24 23 #include "psMetadata.h" 25 26 /// @addtogroup DataBase27 /// @{28 24 29 25 /** Database handle … … 458 454 459 455 /// @} 460 461 456 #else 462 457 typedef void psDB; 463 458 #endif // HAVE_PSDB 464 465 459 #endif // PS_DB_H
Note:
See TracChangeset
for help on using the changeset viewer.
