Tag: cws_src680_dba24b User: fs Date: 2007-08-28 13:29:15+0000 Modified: dba/dbaccess/source/ui/inc/dbwizsetup.hxx
Log: +declareAuthDepPath File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbwizsetup.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbwizsetup.hxx?r1=1.11&r2=1.11.28.1 Delta lines: +17 -3 -------------------- --- dbwizsetup.hxx 2007-07-06 08:28:45+0000 1.11 +++ dbwizsetup.hxx 2007-08-28 13:29:13+0000 1.11.28.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbwizsetup.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.11.28.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:28:45 $ + * last change: $Author: fs $ $Date: 2007/08/28 13:29:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -176,6 +176,20 @@ }; private: + /** declares a path with or without authentication, as indicated by the database type + + @param _eType + the data source type for which the path is declared. If this + data source type does not support authentication, the PAGE_DBSETUPWIZARD_AUTHENTIFICATION + state will be stripped from the sequence of states. + @param _nPathId + the ID of the path + @path + the first state in this path, following by an arbitrary number of others, as in + RoadmapWizard::declarePath. + */ + void declareAuthDepPath( DATASOURCE_TYPE _eType, PathId _nPathId, WizardState _nFirstState, ... ); + void RegisterDataSourceByLocation(const ::rtl::OUString& sPath); sal_Bool SaveDatabaseDocument(); void activateDatabasePath(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
