diff options
-rw-r--r-- | ucb/source/ucp/ftp/ftpurl.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx index 93270d2e83eb..1203b0f2e475 100644 --- a/ucb/source/ucp/ftp/ftpurl.hxx +++ b/ucb/source/ucp/ftp/ftpurl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ftpurl.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: abi $ $Date: 2002-10-25 12:09:13 $ + * last change: $Author: abi $ $Date: 2002-10-25 14:06:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -174,7 +174,8 @@ namespace ftp { rtl::OUString ren(const rtl::OUString& NewTitle) throw(curl_exception); - void del() const; + void del() const + throw(curl_exception); private: |