Tag: cws_src680_asyncdialogs2 User: pb Date: 2007-06-26 06:33:20+0000 Modified: dba/dbaccess/source/ui/dlg/ConnectionHelper.hxx
Log: RESYNC: (1.4-1.6); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: ConnectionHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionHelper.hxx?r1=1.4.232.2&r2=1.4.232.3 Delta lines: +10 -13 --------------------- --- ConnectionHelper.hxx 2007-03-08 06:13:27+0000 1.4.232.2 +++ ConnectionHelper.hxx 2007-06-26 06:33:18+0000 1.4.232.3 @@ -70,7 +70,7 @@ PATH_NOT_KNOWN }; - class IAdminHelper; + class IDatabaseSettingsDialog; class OConnectionHelper : public OGenericAdministrationPage { @@ -109,9 +109,6 @@ String getURLNoPrefix( ) const; void setURLNoPrefix( const String& _rURL ); - void changeConnectionURL( const String& _rNewDSN ); - String getConnectionURL( ) const; - /** checks if the path is existence @param _rURL The URL to check. @@ -143,11 +140,11 @@ void setURL( const String& _rURL ); String implGetURL( sal_Bool _bPrefix ) const; void implSetURL( const String& _rURL, sal_Bool _bPrefix ); - StringBag getInstalledAdabasDBDirs(const String &_rPath,const ::ucb::ResultSetInclude& _reResultSetInclude); + StringBag getInstalledAdabasDBDirs(const String &_rPath,const ::ucbhelper::ResultSetInclude& _reResultSetInclude); StringBag getInstalledAdabasDBs(const String &_rConfigDir,const String &_rWorkDir); virtual bool checkTestConnection(); - private: + void implUpdateURLDependentStates() const; }; //......................................................................... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
