Changeset 3550
- Timestamp:
- Mar 29, 2005, 12:50:43 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 8 edited
-
astronomy/psDB.c (modified) (2 diffs)
-
astronomy/psDB.h (modified) (2 diffs)
-
dataIO/psDB.c (modified) (2 diffs)
-
dataIO/psDB.h (modified) (2 diffs)
-
db/psDB.c (modified) (2 diffs)
-
db/psDB.h (modified) (2 diffs)
-
fileUtils/psDB.c (modified) (2 diffs)
-
fileUtils/psDB.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psDB.c
r3546 r3550 11 11 * @author Joshua Hoblitt 12 12 * 13 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-03-29 22: 15:59$13 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-03-29 22:50:43 $ 15 15 * 16 16 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 23 23 #include <string.h> 24 24 #include <math.h> 25 #include <mysql /mysql.h>26 #include <mysql /mysql_com.h> // enum_field_types25 #include <mysql.h> 26 #include <mysql_com.h> // enum_field_types 27 27 28 28 #include "psDB.h" -
trunk/psLib/src/astronomy/psDB.h
r3532 r3550 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-03-2 8 22:54:19$12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-03-29 22:50:43 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 21 21 #ifdef BUILD_PSDB 22 22 23 #include <mysql /mysql.h>24 #include <pslib.h>23 #include <mysql.h> 24 #include "pslib.h" 25 25 26 26 /// @addtogroup DataBase -
trunk/psLib/src/dataIO/psDB.c
r3546 r3550 11 11 * @author Joshua Hoblitt 12 12 * 13 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-03-29 22: 15:59$13 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-03-29 22:50:43 $ 15 15 * 16 16 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 23 23 #include <string.h> 24 24 #include <math.h> 25 #include <mysql /mysql.h>26 #include <mysql /mysql_com.h> // enum_field_types25 #include <mysql.h> 26 #include <mysql_com.h> // enum_field_types 27 27 28 28 #include "psDB.h" -
trunk/psLib/src/dataIO/psDB.h
r3532 r3550 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-03-2 8 22:54:19$12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-03-29 22:50:43 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 21 21 #ifdef BUILD_PSDB 22 22 23 #include <mysql /mysql.h>24 #include <pslib.h>23 #include <mysql.h> 24 #include "pslib.h" 25 25 26 26 /// @addtogroup DataBase -
trunk/psLib/src/db/psDB.c
r3546 r3550 11 11 * @author Joshua Hoblitt 12 12 * 13 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-03-29 22: 15:59$13 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-03-29 22:50:43 $ 15 15 * 16 16 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 23 23 #include <string.h> 24 24 #include <math.h> 25 #include <mysql /mysql.h>26 #include <mysql /mysql_com.h> // enum_field_types25 #include <mysql.h> 26 #include <mysql_com.h> // enum_field_types 27 27 28 28 #include "psDB.h" -
trunk/psLib/src/db/psDB.h
r3532 r3550 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-03-2 8 22:54:19$12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-03-29 22:50:43 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 21 21 #ifdef BUILD_PSDB 22 22 23 #include <mysql /mysql.h>24 #include <pslib.h>23 #include <mysql.h> 24 #include "pslib.h" 25 25 26 26 /// @addtogroup DataBase -
trunk/psLib/src/fileUtils/psDB.c
r3546 r3550 11 11 * @author Joshua Hoblitt 12 12 * 13 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-03-29 22: 15:59$13 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-03-29 22:50:43 $ 15 15 * 16 16 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 23 23 #include <string.h> 24 24 #include <math.h> 25 #include <mysql /mysql.h>26 #include <mysql /mysql_com.h> // enum_field_types25 #include <mysql.h> 26 #include <mysql_com.h> // enum_field_types 27 27 28 28 #include "psDB.h" -
trunk/psLib/src/fileUtils/psDB.h
r3532 r3550 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-03-2 8 22:54:19$12 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-03-29 22:50:43 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 21 21 #ifdef BUILD_PSDB 22 22 23 #include <mysql /mysql.h>24 #include <pslib.h>23 #include <mysql.h> 24 #include "pslib.h" 25 25 26 26 /// @addtogroup DataBase
Note:
See TracChangeset
for help on using the changeset viewer.
