User: hr Date: 2007-06-27 14:38:13+0000 Modified: dba/connectivity/source/inc/java/sql/CallableStatement.hxx
Log: INTEGRATION: CWS sdblogging (1.7.244); FILE MERGED 2007/04/11 08:55:23 fs 1.7.244.1: #i76119# added support for logging driver activities File Changes: Directory: /dba/connectivity/source/inc/java/sql/ ================================================= File [changed]: CallableStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/CallableStatement.hxx?r1=1.7&r2=1.8 Delta lines: +1 -1 ------------------- --- CallableStatement.hxx 2005-09-08 07:20:22+0000 1.7 +++ CallableStatement.hxx 2007-06-27 14:38:10+0000 1.8 @@ -69,7 +69,7 @@ static jclass getMyClass(); // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: - java_sql_CallableStatement( JNIEnv * pEnv, java_sql_Connection* _pCon,const ::rtl::OUString& sql ); + java_sql_CallableStatement( JNIEnv * pEnv, java_sql_Connection& _rCon, const ::rtl::OUString& sql ); virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); virtual void SAL_CALL acquire() throw(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
