[Mysql-cocoa-commits] CVS: /SMySQL_test main2.m,1.1.1.1,1.2
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-02-13 13:35:32
|
Update of /cvsroot/mysql-cocoa//SMySQL_test In directory usw-pr-cvs1:/tmp/cvs-serv15722 Modified Files: main2.m Log Message: Small changes to test CVSROOT modifications Serge Cohen, 13 Feb 2002. MySQL Cocoa project. Index: main2.m =================================================================== RCS file: /cvsroot/mysql-cocoa//SMySQL_test/main2.m,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main2.m 1 Jan 2002 17:18:49 -0000 1.1.1.1 --- main2.m 13 Feb 2002 13:35:25 -0000 1.2 *************** *** 22,31 **** // ! // This is a simple application to test the framework : SMySQL. ! // this application needs a server to exist on the localhost, ! // user : ObjC password : MySQL_class ! // ! // The program select the database : test_mysqlclass ! // Then display the content of table : test1. #import <Foundation/Foundation.h> --- 22,32 ---- // ! /* This is a simple application to test the framework : SMySQL. ! * this application needs a server to exist on the localhost, ! * user : ObjC password : MySQL_class ! * ! * The program select the database : test_mysqlclass ! * Then display the content of table : test1. ! */ #import <Foundation/Foundation.h> |