diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:53:02 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:53:02 +0000 |
commit | 63ded02c707a5917cd73af18b3de39a5c4ecd8d1 (patch) | |
tree | 944f58d89410407f0953d8302dc9bd6d25e15c69 /connectivity/inc | |
parent | 47b64e0661be44d04e53beb729da01ef8000d204 (diff) |
INTEGRATION: CWS jl3 (1.1.162); FILE MERGED
2004/03/10 13:25:40 oj 1.1.162.1: #i25886# Proxy changes
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/connectivity/ConnectionWrapper.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/ConnectionWrapper.hxx b/connectivity/inc/connectivity/ConnectionWrapper.hxx index 574a32fa5ff6..6695763ac42d 100644 --- a/connectivity/inc/connectivity/ConnectionWrapper.hxx +++ b/connectivity/inc/connectivity/ConnectionWrapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ConnectionWrapper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2002-08-12 08:38:49 $ + * last change: $Author: kz $ $Date: 2004-03-25 14:53:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,6 +100,9 @@ namespace connectivity protected: ::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation > m_xProxyConnection; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xConnection; + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XTypeProvider > m_xTypeProvider; + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > m_xUnoTunnel; + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XServiceInfo > m_xServiceInfo; virtual ~OConnectionWrapper(); void setDelegation(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _rxProxyConnection,oslInterlockedCount& _rRefCount); |