User: vg Date: 2007/01/15 05:35:15 Modified: dba/connectivity/source/drivers/jdbc/JConnection.cxx
Log: INTEGRATION: CWS dba22b (1.1.2); FILE MERGED 2006/12/13 08:49:24 fs 1.1.2.2: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name 2006/12/05 14:51:29 fs 1.1.2.1: renamed Connection.cxx to JConnection.cxx - file name wass already used in another project, and MSDEV had problems with debugging those files File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: JConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/JConnection.cxx?r1=1.2&r2=1.3 Delta lines: +4 -4 ------------------- --- JConnection.cxx 13 Dec 2006 16:18:43 -0000 1.2 +++ JConnection.cxx 15 Jan 2007 13:35:13 -0000 1.3 @@ -46,7 +46,7 @@ #include "java/sql/DatabaseMetaData.hxx" #endif #ifndef _CONNECTIVITY_JAVA_SQL_STATEMENT_HXX_ -#include "java/sql/Statement.hxx" +#include "java/sql/JStatement.hxx" #endif #ifndef _CONNECTIVITY_JAVA_SQL_DRIVER_HXX_ #include "java/sql/Driver.hxx" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
