summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/dbase/DConnection.hxx')
-rw-r--r--connectivity/source/inc/dbase/DConnection.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/connectivity/source/inc/dbase/DConnection.hxx b/connectivity/source/inc/dbase/DConnection.hxx
index ae54645fe2be..d1fba3d846af 100644
--- a/connectivity/source/inc/dbase/DConnection.hxx
+++ b/connectivity/source/inc/dbase/DConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DConnection.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2000-09-29 15:02:09 $
+ * last change: $Author: fs $ $Date: 2001-05-17 15:09:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,12 +71,15 @@ namespace connectivity
namespace dbase
{
class ODriver;
- class ODbaseConnection : public file::OConnection
+ typedef file::OConnection ODbaseConnection_Base;
+ class ODbaseConnection : public ODbaseConnection_Base
{
public:
ODbaseConnection(ODriver* _pDriver);
virtual ~ODbaseConnection();
+ virtual void construct(const ::rtl::OUString& _rUrl,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rInfo ) throw( ::com::sun::star::sdbc::SQLException);
+
// XServiceInfo
DECLARE_SERVICE_INFO();