From 33895b2141845a651d57fdd99a4a8f039c0dba11 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Nov 2004 11:18:22 +0000 Subject: 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 --- connectivity/source/inc/java/sql/Ref.hxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'connectivity/source/inc/java/sql/Ref.hxx') 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); -- cgit v1.2.3