[Mysql-cocoa-commits] CVS: SMySQL MCPConnection.h,1.4,1.5
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2003-08-16 14:13:54
|
Update of /cvsroot/mysql-cocoa/SMySQL In directory sc8-pr-cvs1:/tmp/cvs-serv2001 Modified Files: MCPConnection.h Log Message: Presentation modifications (of the source). No diffs from the last commit. 2003-08-16; Serge Cohen. Index: MCPConnection.h =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPConnection.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MCPConnection.h 9 Jan 2003 12:41:30 -0000 1.4 --- MCPConnection.h 16 Aug 2003 14:11:18 -0000 1.5 *************** *** 43,47 **** @interface MCPConnection : NSObject { MYSQL *mConnection; /*"The inited MySQL connection"*/ ! BOOL mConnected; /*"Reflect the fact that the connection is already in place or not"*/ NSStringEncoding mEncoding; /*"The encoding used by MySQL server, to ISO-1 default"*/ } --- 43,47 ---- @interface MCPConnection : NSObject { MYSQL *mConnection; /*"The inited MySQL connection"*/ ! BOOL mConnected; /*"Reflect the fact that the connection is already in place or not"*/ NSStringEncoding mEncoding; /*"The encoding used by MySQL server, to ISO-1 default"*/ } |