summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:38:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:38:10 +0000
commitec9520fd1fc06494e4d80bb1715ea43ed6457d42 (patch)
treeb4677a319d1f926d5962377c671ded53100f976d
parent3b4674472fe2313f87659255c39d92f209dab1fc (diff)
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
-rw-r--r--connectivity/source/inc/java/sql/CallableStatement.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/java/sql/CallableStatement.hxx b/connectivity/source/inc/java/sql/CallableStatement.hxx
index e7cd67e8c11f..ce7fafb021dd 100644
--- a/connectivity/source/inc/java/sql/CallableStatement.hxx
+++ b/connectivity/source/inc/java/sql/CallableStatement.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: CallableStatement.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:20:22 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:38:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,7 +69,7 @@ namespace connectivity
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();