Kaydet (Commit) 70bc01c0 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba22 (1.2.62); FILE MERGED

2005/01/06 12:43:58 oj 1.2.62.1: #i39321# extend createConnection to return a pair now
üst cb3f34cf
......@@ -2,9 +2,9 @@
*
* $RCSfile: dbwiz.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: hr $ $Date: 2004-08-02 15:58:40 $
* last change: $Author: kz $ $Date: 2005-01-21 17:18:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -128,7 +128,7 @@ public:
// forwards to ODbDataSourceAdministrationHelper
virtual ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > getORB();
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > createConnection();
virtual ::std::pair< ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >,sal_Bool> createConnection();
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriver > getDriver();
virtual DATASOURCE_TYPE getDatasourceType(const SfxItemSet& _rSet) const;
virtual void clearPassword();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment