[Mysql-cocoa-commits] CVS: SMySQL SMySQLConnection.m,1.7,1.8
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-05-07 19:01:57
|
Update of /cvsroot/mysql-cocoa/SMySQL In directory usw-pr-cvs1:/tmp/cvs-serv19250 Modified Files: SMySQLConnection.m Log Message: Test for tag. Serge Cohen; MySQL Cocoa project, May 7th 2002. Index: SMySQLConnection.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/SMySQLConnection.m,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** SMySQLConnection.m 7 May 2002 17:22:21 -0000 1.7 --- SMySQLConnection.m 7 May 2002 19:01:53 -0000 1.8 *************** *** 23,26 **** --- 23,27 ---- // + #import "SMySQLConnection.h" #import "SMySQLResult.h" |