summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 15:43:38 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 15:43:38 +0000
commit573d4cdf126a702f23874ef294622ab185fea179 (patch)
tree4c78a9ede59dfd9a741bf07193d18fc9421aaead /connectivity
parent2753fd0d8ae2a2aa2a6dd40c6faf4cf4f4af9d36 (diff)
INTEGRATION: CWS dba22 (1.2.16); FILE MERGED
2005/01/04 12:14:22 oj 1.2.16.1: #i39671# new method for terminate listener
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/hsqldb/HDriver.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/hsqldb/HDriver.hxx b/connectivity/source/inc/hsqldb/HDriver.hxx
index 6f74369043..862699717b 100644
--- a/connectivity/source/inc/hsqldb/HDriver.hxx
+++ b/connectivity/source/inc/hsqldb/HDriver.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: HDriver.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 12:15:44 $
+ * last change: $Author: kz $ $Date: 2005-01-21 16:43:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,6 +160,8 @@ namespace connectivity
// XEventListener
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException);
+
+ void shutdownConnections();
protected:
/// dtor
virtual ~ODriverDelegator();