summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MConnection.hxx
diff options
context:
space:
mode:
authorMartin Maher <mmaher@openoffice.org>2001-10-31 16:24:23 +0000
committerMartin Maher <mmaher@openoffice.org>2001-10-31 16:24:23 +0000
commitd111662b87d15d152ecc9ebfe858b158b87b19ff (patch)
treee781d9007248746a165558abe381c5fbb690ffda /connectivity/source/drivers/mozab/MConnection.hxx
parentcdc1c7b6f51e9aaa8b8378f0af695afa6e8de331 (diff)
#93559# Office no longer needs to be restarted after LDAP settings changed
Diffstat (limited to 'connectivity/source/drivers/mozab/MConnection.hxx')
-rw-r--r--connectivity/source/drivers/mozab/MConnection.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/MConnection.hxx b/connectivity/source/drivers/mozab/MConnection.hxx
index 3deb987a058f..a355ba276183 100644
--- a/connectivity/source/drivers/mozab/MConnection.hxx
+++ b/connectivity/source/drivers/mozab/MConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MConnection.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-10-23 17:44:40 $
+ * last change: $Author: mmaher $ $Date: 2001-10-31 17:24:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,6 +107,8 @@ namespace connectivity
class OStatement_Base;
class MozabDriver;
class ODatabaseMetaData;
+ class MNameMapper;
+
typedef connectivity::OMetaConnection OConnection_BASE; // implements basics and text encoding
typedef ::std::vector< ::connectivity::OTypeInfo> TTypeInfoVector;
@@ -147,6 +149,7 @@ namespace connectivity
sal_Bool m_UsesFactory ;
sal_Bool m_IsLDAP ;
sal_Bool m_bOutlookExpress;
+ MNameMapper* m_aNameMapper;
// End of Additions from the land of mozilla
public:
@@ -222,6 +225,8 @@ namespace connectivity
static const sal_Char* getSDBC_SCHEME_OUTLOOK_EXPRESS();
static ::rtl::OUString getDriverImplementationName();
+ MNameMapper* getNameMapper();
+
// End of Additions from the land of mozilla
};
}