diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 06:41:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 06:41:56 +0000 |
commit | 3064cbe67262666e341b0a89af6e8d456673fad1 (patch) | |
tree | 223af481c5ec270d441d624e5b08cd09400c1dd7 /ucb | |
parent | fc6dbc67b0f98a52b1313e2b4d62cdc97283a2af (diff) |
INTEGRATION: CWS tkr14 (1.18.8); FILE MERGED
2008/06/11 14:28:19 tkr 1.18.8.3: #67048# copy & paste connection errors
2008/06/09 14:11:33 tkr 1.18.8.2: #67048# copy & paste connection errors
2008/06/05 09:42:11 tkr 1.18.8.1: #i78894# helper function for type detection
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/DAVResourceAccess.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/DAVResourceAccess.hxx b/ucb/source/ucp/webdav/DAVResourceAccess.hxx index 4a57cbb47a1d..267ce8f99d29 100644 --- a/ucb/source/ucp/webdav/DAVResourceAccess.hxx +++ b/ucb/source/ucp/webdav/DAVResourceAccess.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DAVResourceAccess.hxx,v $ - * $Revision: 1.18 $ + * $Revision: 1.19 $ * * This file is part of OpenOffice.org. * @@ -76,6 +76,8 @@ public: void setURL( const rtl::OUString & rNewURL ) throw( DAVException ); + void resetUri(); + const rtl::OUString & getURL() const { return m_aURL; } rtl::Reference< DAVSessionFactory > getSessionFactory() const @@ -225,7 +227,7 @@ private: const rtl::OUString & getRequestURI() const; sal_Bool detectRedirectCycle( const rtl::OUString& rRedirectURL ) throw ( DAVException ); - sal_Bool handleException( DAVException & e ) + sal_Bool handleException( DAVException & e, int errorCount ) throw ( DAVException ); void initialize() throw ( DAVException ); |