diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:18:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:18:22 +0000 |
commit | 33895b2141845a651d57fdd99a4a8f039c0dba11 (patch) | |
tree | 644977c9ce849b28789a8c8d4f5159eaa4f2c1bb /connectivity/source/inc/java/sql/Ref.hxx | |
parent | 8f3de9a180a44333450c6cca1c0265e206d29059 (diff) |
INTEGRATION: CWS hsqldb (1.1.1.1.244); FILE MERGED
2004/09/22 11:31:27 oj 1.1.1.1.244.1: #i33348# performance fixes
Diffstat (limited to 'connectivity/source/inc/java/sql/Ref.hxx')
-rw-r--r-- | connectivity/source/inc/java/sql/Ref.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/connectivity/source/inc/java/sql/Ref.hxx b/connectivity/source/inc/java/sql/Ref.hxx index cbc6f126a4..bb92290ff0 100644 --- a/connectivity/source/inc/java/sql/Ref.hxx +++ b/connectivity/source/inc/java/sql/Ref.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Ref.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:14:26 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:18:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,18 +78,19 @@ namespace connectivity //************ Class: java.sql.Ref //************************************************************** class java_sql_Ref : public java_lang_Object, - public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRef> + public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRef> { protected: // statische Daten fuer die Klasse static jclass theClass; // der Destruktor um den Object-Counter zu aktualisieren static void saveClassRef( jclass pClass ); + virtual ~java_sql_Ref(); public: static jclass getMyClass(); - virtual ~java_sql_Ref(); + // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: - java_sql_Ref( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){} + java_sql_Ref( JNIEnv * pEnv, jobject myObj ); // XRef virtual ::rtl::OUString SAL_CALL getBaseTypeName( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); |