summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpurl.hxx
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-10-24 15:43:05 +0000
committerAndreas Bille <abi@openoffice.org>2002-10-24 15:43:05 +0000
commit6e91aac6d53f9707af7daf18ada0c20f036acc61 (patch)
treee4bacee8abe91c81f98f78135e6451bf55d35f99 /ucb/source/ucp/ftp/ftpurl.hxx
parentf53dd7caf41dd05a5084d56e15d3895847726798 (diff)
#104475# partly due to 104477, partly missing command (del)
Diffstat (limited to 'ucb/source/ucp/ftp/ftpurl.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpurl.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx
index 75740779dc25..db4daea8a853 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: abi $ $Date: 2002-10-23 08:00:11 $
+ * last change: $Author: abi $ $Date: 2002-10-24 16:43:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,6 +171,12 @@ namespace ftp {
void mkdir(bool ReplaceExisting) const
throw(curl_exception);
+ rtl::OUString ren(const rtl::OUString& NewTitle)
+ throw(curl_exception);
+
+ void del() const;
+
+
private:
osl::Mutex m_mutex;