summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-10-15 08:21:19 +0000
committerAndreas Bille <abi@openoffice.org>2002-10-15 08:21:19 +0000
commitc4baeafbbf7f40dc17c04f6e9522d812da54da71 (patch)
tree41affdeafe66d354e594be3c3e4e23753630ec79 /ucb/source/ucp/ftp/ftpcontentidentifier.hxx
parent40b51f98c4b2717d8369002b4c8719840727a5ee (diff)
#100904# mostly complete now
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentidentifier.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentidentifier.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentidentifier.hxx b/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
index a67db24652e1..125352f96f12 100644
--- a/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
+++ b/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpcontentidentifier.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: abi $ $Date: 2002-08-28 07:29:50 $
+ * last change: $Author: abi $ $Date: 2002-10-15 09:21:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,8 +94,6 @@ namespace ftp {
FTPContentIdentifier(const rtl::OUString& ident,
FTPContentProvider* pFCP = 0);
- FTPContentIdentifier(FTPURL *pURL);
-
~FTPContentIdentifier();
// XInterface
@@ -128,7 +126,7 @@ namespace ftp {
private:
- FTPURL *m_pURL;
+ FTPURL m_pURL;
};
}