summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MDriver.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-23 08:08:04 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-23 08:08:04 +0000
commitf5d2e3a1ce722b838892b089d6a7f4234ffd3f61 (patch)
tree1d8f91e8e355bb915410a5a781ccb8e9b6ca0ac2 /connectivity/source/drivers/mozab/MDriver.hxx
parent9808d46fd90a6b213c305db3661f60b5014c37b8 (diff)
#92124# remove all dependencies
Diffstat (limited to 'connectivity/source/drivers/mozab/MDriver.hxx')
-rw-r--r--connectivity/source/drivers/mozab/MDriver.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/MDriver.hxx b/connectivity/source/drivers/mozab/MDriver.hxx
index f121a57adb4a..cc5ad892fa6a 100644
--- a/connectivity/source/drivers/mozab/MDriver.hxx
+++ b/connectivity/source/drivers/mozab/MDriver.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MDriver.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-10-15 12:57:28 $
+ * last change: $Author: oj $ $Date: 2001-10-23 09:08:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,12 @@
#endif
+#define MOZAB_MOZILLA_SCHEMA "mozilla"
+#define MOZAB_LDAP_SCHEMA "ldap"
+#define MOZAB_OUTLOOK_SCHEMA "outlook"
+#define MOZAB_OUTLOOKEXP_SCHEMA "outlookexp"
+#define MOZAB_DRIVER_IMPL_NAME "com.sun.star.comp.sdbc.MozabDriver"
+
extern "C" void* SAL_CALL OMozabConnection_CreateInstance(void* _pDriver);
namespace connectivity
{