User: hr Date: 06/06/19 18:19:25 Modified: /dba/connectivity/source/drivers/dbase/ DConnection.cxx
Log: INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2005/11/16 12:58:54 fs 1.15.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/dbase/ ================================================== File [changed]: DConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DConnection.cxx?r1=1.16&r2=1.17 Delta lines: +10 -6 -------------------- --- DConnection.cxx 29 Mar 2006 12:14:40 -0000 1.16 +++ DConnection.cxx 20 Jun 2006 01:19:23 -0000 1.17 @@ -63,6 +63,9 @@ #ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> #endif +#ifndef _DBHELPER_DBEXCEPTION_HXX_ +#include <connectivity/dbexception.hxx> +#endif using namespace connectivity::dbase; using namespace connectivity::file; @@ -147,8 +150,9 @@ return pStmt; } // -------------------------------------------------------------------------------- -Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareCall( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) +Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareCall( const ::rtl::OUString& /*sql*/ ) throw(SQLException, RuntimeException) { + ::dbtools::throwFeatureNotImplementedException( "XConnection::prepareCall", *this ); return NULL; } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
