summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontentprovider.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:59:54 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:59:54 +0000
commit39665068d3391ce126d0d1d4923f9f7dfbe568b2 (patch)
treefa1d7a80b731987c057c8a3adfbf1514e8481a4c /ucb/source/ucp/ftp/ftpcontentprovider.hxx
parentd1131d6767692a30893daf72e352bb05f1314ff7 (diff)
INTEGRATION: CWS bgdlremove (1.9.108); FILE MERGED
2007/05/18 11:37:16 kso 1.9.108.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:53 kso 1.9.108.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentprovider.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentprovider.hxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentprovider.hxx b/ucb/source/ucp/ftp/ftpcontentprovider.hxx
index c09ebb3d1ef7..e7bc389ef4e1 100644
--- a/ucb/source/ucp/ftp/ftpcontentprovider.hxx
+++ b/ucb/source/ucp/ftp/ftpcontentprovider.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ftpcontentprovider.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:33:50 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 17:59:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,11 +48,8 @@
// UNO service name for the provider. This name will be used by the UCB to
// create instances of the provider.
-#define MYUCP_CONTENT_PROVIDER_SERVICE_NAME "com.sun.star.ucb.FTPContentProvider"
-#define MYUCP_CONTENT_PROVIDER_SERVICE_NAME_LENGTH 35
-#define MYUCP_URL_SCHEME "ftp"
-#define MYUCP_URL_SCHEME_LENGTH 3
-#define MYUCP_CONTENT_TYPE "application/ftp-content" // UCB Content Type.
+#define FTP_CONTENT_PROVIDER_SERVICE_NAME "com.sun.star.ucb.FTPContentProvider"
+#define FTP_CONTENT_TYPE "application/ftp-content"
/**
@@ -68,7 +65,7 @@ namespace ftp {
class FTPContentProvider:
- public ::ucb::ContentProviderImplHelper,
+ public ::ucbhelper::ContentProviderImplHelper,
public FTPHandleProvider
{
public: