summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool/ZPoolCollection.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-13 06:22:40 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-13 06:22:40 +0000
commitd29e1b66ae43987808976f03c82c863c1e7e3cfd (patch)
tree010d566009a3bb3cf6bd8f46ad06275ad3eb41f3 /connectivity/source/cpool/ZPoolCollection.hxx
parent19185aa98705ba8ee6c5d70c031a8daf89a4e94b (diff)
#90015# some modifications after codereview
Diffstat (limited to 'connectivity/source/cpool/ZPoolCollection.hxx')
-rw-r--r--connectivity/source/cpool/ZPoolCollection.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.hxx b/connectivity/source/cpool/ZPoolCollection.hxx
index 95b8336994f4..7ec7760c5efc 100644
--- a/connectivity/source/cpool/ZPoolCollection.hxx
+++ b/connectivity/source/cpool/ZPoolCollection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZPoolCollection.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-07-24 06:01:58 $
+ * last change: $Author: oj $ $Date: 2001-08-13 07:22:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,6 +114,7 @@ namespace connectivity
::com::sun::star::beans::XPropertyChangeListener
> OPoolCollection_Base;
+ /// OPoolCollection: controll the whole connection pooling for oo
class OPoolCollection : public OPoolCollection_Base
{
@@ -129,13 +130,12 @@ namespace connectivity
MapDriver2DriverRef m_aDriverProxies;
::osl::Mutex m_aMutex;
- OConnectionPools m_aPools;
+ OConnectionPools m_aPools; // the driver pools
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceFactory;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriverManager > m_xManager;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriverAccess > m_xDriverAccess;
::com::sun::star::uno::Reference< ::com::sun::star::reflection::XProxyFactory > m_xProxyFactory;
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xConfigNode;
-
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xConfigNode; // config node for generel connection pooling
private:
OPoolCollection(