Kaydet (Commit) ce502b71 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS neonupdate (1.16.12); FILE MERGED

2007/06/21 15:51:45 kso 1.16.12.1: #i73917# - respect that NeonUri ctor can throw DAVException.
üst 1776636c
......@@ -4,9 +4,9 @@
*
* $RCSfile: DAVResourceAccess.hxx,v $
*
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* last change: $Author: kz $ $Date: 2007-05-10 13:07:00 $
* last change: $Author: rt $ $Date: 2007-07-03 12:11:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -258,7 +258,8 @@ public:
private:
const rtl::OUString & getRequestURI() const;
sal_Bool detectRedirectCycle( const rtl::OUString& rRedirectURL );
sal_Bool detectRedirectCycle( const rtl::OUString& rRedirectURL )
throw ( DAVException );
sal_Bool handleException( DAVException & e )
throw ( DAVException );
void initialize()
......
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