Tag: cws_src680_dba22b User: fs Date: 2006/12/13 00:48:41 Removed: dba/connectivity/source/inc/java/sql/Statement.hxx
Added: dba/connectivity/source/inc/java/sql/JStatement.hxx Modified: dba/connectivity/source/inc/java/sql/PreparedStatement.hxx dba/connectivity/source/inc/java/sql/ResultSet.hxx Log: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name File Changes: Directory: /dba/connectivity/source/inc/java/sql/ ================================================= File [added]: JStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/JStatement.hxx?rev=1.1.2.1&content-type=text/vnd.viewcvs-markup Added lines: 0 -------------- File [changed]: PreparedStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/PreparedStatement.hxx?r1=1.9&r2=1.9.110.1 Delta lines: +4 -4 ------------------- --- PreparedStatement.hxx 20 Jun 2006 02:03:56 -0000 1.9 +++ PreparedStatement.hxx 13 Dec 2006 08:48:39 -0000 1.9.110.1 @@ -4,9 +4,9 @@ * * $RCSfile: PreparedStatement.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.9.110.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 02:03:56 $ + * last change: $Author: fs $ $Date: 2006/12/13 08:48:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ #define _CONNECTIVITY_JAVA_SQL_PREPAREDSTATEMENT_HXX_ #ifndef _CONNECTIVITY_JAVA_SQL_STATEMENT_HXX_ -#include "java/sql/Statement.hxx" +#include "java/sql/JStatement.hxx" #endif #ifndef _COM_SUN_STAR_SDBC_XPREPAREDSTATEMENT_HPP_ #include <com/sun/star/sdbc/XPreparedStatement.hpp> File [changed]: ResultSet.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/ResultSet.hxx?r1=1.9&r2=1.9.110.1 Delta lines: +4 -4 ------------------- --- ResultSet.hxx 20 Jun 2006 02:04:08 -0000 1.9 +++ ResultSet.hxx 13 Dec 2006 08:48:39 -0000 1.9.110.1 @@ -4,9 +4,9 @@ * * $RCSfile: ResultSet.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.9.110.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 02:04:08 $ + * last change: $Author: fs $ $Date: 2006/12/13 08:48:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,7 +75,7 @@ #include "connectivity/CommonTools.hxx" #endif #ifndef _CONNECTIVITY_JAVA_SQL_STATEMENT_HXX_ -#include "java/sql/Statement.hxx" +#include "java/sql/JStatement.hxx" #endif #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> File [removed]: Statement.hxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
