[Mysql-cocoa-commits] CVS: SMySQL/MCPFoundationKit SMySQL_bundled.h,1.1,1.2 SMySQL_static.h,1.1,1.2
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2003-10-11 19:21:39
|
Update of /cvsroot/mysql-cocoa/SMySQL/MCPFoundationKit In directory sc8-pr-cvs1:/tmp/cvs-serv24074/MCPFoundationKit Modified Files: SMySQL_bundled.h SMySQL_static.h Log Message: Few modifications to the sources, to make the use of SMySQL_bundled and SMySQL_static easier (remarks by Ezat Hashim). 2003-10-10; Serge Cohen. Index: SMySQL_bundled.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPFoundationKit/SMySQL_bundled.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SMySQL_bundled.h 11 Oct 2003 18:48:07 -0000 1.1 --- SMySQL_bundled.h 11 Oct 2003 19:21:31 -0000 1.2 *************** *** 28,37 **** #import <Foundation/Foundation.h> ! #import <SMySQL/SMySQLConstants.h> ! #import <SMySQL/MCPNull.h> ! #import <SMySQL/MCPResult.h> ! #import <SMySQL/MCPConnection.h> ! #import <SMySQL/MCPResultPlus.h> ! #import <SMySQL/MCPFastQueries.h> #import "mysql.h" //#import <SMySQL/mysql.h> --- 28,37 ---- #import <Foundation/Foundation.h> ! #import <SMySQL_bundled/SMySQLConstants.h> ! #import <SMySQL_bundled/MCPNull.h> ! #import <SMySQL_bundled/MCPResult.h> ! #import <SMySQL_bundled/MCPConnection.h> ! #import <SMySQL_bundled/MCPResultPlus.h> ! #import <SMySQL_bundled/MCPFastQueries.h> #import "mysql.h" //#import <SMySQL/mysql.h> Index: SMySQL_static.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPFoundationKit/SMySQL_static.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SMySQL_static.h 11 Oct 2003 18:48:07 -0000 1.1 --- SMySQL_static.h 11 Oct 2003 19:21:31 -0000 1.2 *************** *** 28,37 **** #import <Foundation/Foundation.h> ! #import <SMySQL/SMySQLConstants.h> ! #import <SMySQL/MCPNull.h> ! #import <SMySQL/MCPResult.h> ! #import <SMySQL/MCPConnection.h> ! #import <SMySQL/MCPResultPlus.h> ! #import <SMySQL/MCPFastQueries.h> #import "mysql.h" //#import <SMySQL/mysql.h> --- 28,37 ---- #import <Foundation/Foundation.h> ! #import <SMySQL_static/SMySQLConstants.h> ! #import <SMySQL_static/MCPNull.h> ! #import <SMySQL_static/MCPResult.h> ! #import <SMySQL_static/MCPConnection.h> ! #import <SMySQL_static/MCPResultPlus.h> ! #import <SMySQL_static/MCPFastQueries.h> #import "mysql.h" //#import <SMySQL/mysql.h> |