[Mysql-cocoa-commits] CVS: SMySQL MCPConnection.m,1.4,1.5
Brought to you by:
sergecohen
|
From: Serge C. <ser...@us...> - 2003-08-16 21:34:11
|
Update of /cvsroot/mysql-cocoa/SMySQL
In directory sc8-pr-cvs1:/tmp/cvs-serv27163
Modified Files:
MCPConnection.m
Log Message:
Adding the tag name to the documentation (first trying on MCPConnection only). AGAIN 2...
2003-08-16; Serge Cohen.
Index: MCPConnection.m
===================================================================
RCS file: /cvsroot/mysql-cocoa/SMySQL/MCPConnection.m,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MCPConnection.m 16 Aug 2003 21:00:48 -0000 1.4
--- MCPConnection.m 16 Aug 2003 21:02:15 -0000 1.5
***************
*** 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.
--- 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.
|