[Mysql-cocoa-commits] CVS: SMySQL MCPConnection.m,1.3,1.4
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2003-08-16 21:10:15
|
Update of /cvsroot/mysql-cocoa/SMySQL In directory sc8-pr-cvs1:/tmp/cvs-serv26908 Modified Files: MCPConnection.m Log Message: Adding the tag name to the documentation (first trying on MCPConnection only). AGAIN... 2003-08-16; Serge Cohen. Index: MCPConnection.m =================================================================== RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPConnection.m,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MCPConnection.m 16 Aug 2003 20:57:19 -0000 1.3 --- MCPConnection.m 16 Aug 2003 21:00:48 -0000 1.4 *************** *** 39,43 **** /*" !{ $Id$ } ! !{ $Name$ } This class is used to keep a connection with a MySQL server, it correspond to the MYSQL structure of the C API, or the database handle of the PERL DBI/DBD interface. --- 39,43 ---- /*" !{ $Id$ } ! !{ $Revision$ } This class is used to keep a connection with a MySQL server, it correspond to the MYSQL structure of the C API, or the database handle of the PERL DBI/DBD interface. |