summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MDriver.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:06:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:06:41 +0000
commit80a9131fb19ea6f8a86b3fd017f58b3f4c5f1152 (patch)
tree2e94c44345a5b5dfc15137178bc3d5be38f1d211 /connectivity/source/drivers/mozab/MDriver.hxx
parentecf165f6fb641fd051adf8da96bcbf89b35619fd (diff)
INTEGRATION: CWS insight01 (1.4.112); FILE MERGED
2003/08/01 11:52:32 oj 1.4.112.1: #111090# getPropertyInfo at driver
Diffstat (limited to 'connectivity/source/drivers/mozab/MDriver.hxx')
-rw-r--r--connectivity/source/drivers/mozab/MDriver.hxx15
1 files changed, 12 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/MDriver.hxx b/connectivity/source/drivers/mozab/MDriver.hxx
index 3d8583eb421e..e8b8a686d602 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-10-23 17:45:21 $
+ * last change: $Author: hr $ $Date: 2004-08-02 17:06:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,15 @@ namespace connectivity
typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::sdbc::XDriver,
::com::sun::star::lang::XServiceInfo > ODriver_BASE;
+ enum EDriverType
+ {
+ Mozilla,
+ LDAP,
+ Outlook,
+ OutlookExpress,
+ Unknown
+ };
+
class MozabDriver : public ODriver_BASE
{
protected:
@@ -135,7 +144,7 @@ namespace connectivity
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
& getMSFactory(void) const { return m_xMSFactory; }
- static sal_Bool acceptsURL_Stat( const ::rtl::OUString& url );
+ static EDriverType acceptsURL_Stat( const ::rtl::OUString& url );
// static methods to return the names of the uri
static const sal_Char* getSDBC_SCHEME_MOZILLA();
static const sal_Char* getSDBC_SCHEME_LDAP();