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
This commit is contained in:
parent
cb3f34cf59
commit
70bc01c010
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue