diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-05-17 14:11:19 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-05-17 14:11:19 +0000 |
commit | ff302494b41cc5e56eb06415e797b7df788275e4 (patch) | |
tree | a7cee021f48b33b91b3ce83c4e7327ae8d699152 /connectivity/source/inc/dbase | |
parent | ec81a958e9b7990a2671e13336da757da388bc66 (diff) |
#87182# overwrite connect for parameter checking
Diffstat (limited to 'connectivity/source/inc/dbase')
-rw-r--r-- | connectivity/source/inc/dbase/DConnection.hxx | 9 |
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(); |