diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 09:49:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-22 09:49:12 +0000 |
commit | 5cc5ffa7e198b1c35aecd7e2c3effb8aaf5f69f8 (patch) | |
tree | e298d80d6dd24a0c92da74d1acd6e0b0d920496b /connectivity | |
parent | f96f884bd09ce6bf6d976375bfd0d84bc1afa72b (diff) |
INTEGRATION: CWS dba06 (1.3.22); FILE MERGED
2003/05/13 12:03:51 oj 1.3.22.1: #109592# remove as listener when recieve termination
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/cpool/ZPoolCollection.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.hxx b/connectivity/source/cpool/ZPoolCollection.hxx index 2d0b630121ca..17092f3202b7 100644 --- a/connectivity/source/cpool/ZPoolCollection.hxx +++ b/connectivity/source/cpool/ZPoolCollection.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZPoolCollection.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:38:17 $ + * last change: $Author: vg $ $Date: 2003-05-22 10:49:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,6 +146,10 @@ namespace connectivity ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDesktop> m_xDesktop; private: + OPoolCollection(); // never implemented + OPoolCollection(const OPoolCollection&); // never implemented + operator= (const OPoolCollection&); // never implemented + OPoolCollection( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory); @@ -168,6 +172,7 @@ namespace connectivity const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriver >& _xDriver, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxDriverNode); void clearConnectionPools(sal_Bool _bDispose); + void clearDesktop(); protected: virtual ~OPoolCollection(); public: |