summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/ConnectionWrapper.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:48:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:48:20 +0000
commit02d91a200f721bd65f9b8d43f8a9120dbbb54e28 (patch)
tree6edd428ce300cb584069fa4a6c418167358b97f8 /connectivity/inc/connectivity/ConnectionWrapper.hxx
parentea312e62d55ec9d80eb4934f91e6b905be8c50d6 (diff)
INTEGRATION: CWS insight01 (1.1.98); FILE MERGED
2004/05/28 11:11:48 oj 1.1.98.2: RESYNC: (1.1-1.2); FILE MERGED 2004/02/18 14:46:11 oj 1.1.98.1: #111075# fix rfcount problem
Diffstat (limited to 'connectivity/inc/connectivity/ConnectionWrapper.hxx')
-rw-r--r--connectivity/inc/connectivity/ConnectionWrapper.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/ConnectionWrapper.hxx b/connectivity/inc/connectivity/ConnectionWrapper.hxx
index 6695763ac42d..d2ae357f4992 100644
--- a/connectivity/inc/connectivity/ConnectionWrapper.hxx
+++ b/connectivity/inc/connectivity/ConnectionWrapper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ConnectionWrapper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-03-25 14:53:02 $
+ * last change: $Author: hr $ $Date: 2004-08-02 16:48:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,6 +106,8 @@ namespace connectivity
virtual ~OConnectionWrapper();
void setDelegation(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _rxProxyConnection,oslInterlockedCount& _rRefCount);
+ // must be called from derived classes
+ void disposing();
public:
OConnectionWrapper( );