summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontentprovider.hxx
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-09-09 11:28:18 +0000
committerAndreas Bille <abi@openoffice.org>2002-09-09 11:28:18 +0000
commit45b468bc1781482b7fd26dd9f10751cb0f332143 (patch)
treeece309f2fd47b1e3c276408b8bbbfb554df3c8d7 /ucb/source/ucp/ftp/ftpcontentprovider.hxx
parent00dc77809be7b587c2db64b4269907707486dd2c (diff)
#100904# some tests
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentprovider.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentprovider.hxx34
1 files changed, 7 insertions, 27 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentprovider.hxx b/ucb/source/ucp/ftp/ftpcontentprovider.hxx
index d74dd7ed3315..5ee9efe24601 100644
--- a/ucb/source/ucp/ftp/ftpcontentprovider.hxx
+++ b/ucb/source/ucp/ftp/ftpcontentprovider.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpcontentprovider.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: abi $ $Date: 2002-08-28 07:23:12 $
+ * last change: $Author: abi $ $Date: 2002-09-09 12:28:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,12 +71,7 @@
#ifndef _UCBHELPER_PROVIDERHELPER_HXX
#include <ucbhelper/providerhelper.hxx>
#endif
-#ifndef __CURL_TYPES_H
-#include <curl/types.h>
-#endif
-// #ifndef _COM_SUN_STAR_UCB_XCONTENTIDENTIFIERFACTORY_HPP_
-// #include <com/sun/star/ucb/XContentIdentifierFactory.hpp>
-// #endif
+#include "ftphandleprovider.hxx"
// UNO service name for the provider. This name will be used by the UCB to
@@ -102,7 +97,8 @@ namespace ftp {
class FTPContentProvider:
- public ::ucb::ContentProviderImplHelper
+ public ::ucb::ContentProviderImplHelper,
+ public FTPHandleProvider
{
public:
@@ -126,24 +122,10 @@ namespace ftp {
com::sun::star::uno::RuntimeException );
- /**
- * Commented out, because I currently do not know wether this interface will be useful.
+ /** FTPHandleProvider.
*/
-// // XContentIdentifierFactory
-
-// virtual com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifier > SAL_CALL
-// createContentIdentifier(
-// const rtl::OUString& ContentId )
-// throw( com::sun::star::uno::RuntimeException );
-
-// virtual sal_Int32 SAL_CALL
-// compareContentIds(
-// const com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifier >& Id1,
-// const com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifier >& Id2 )
-// throw( com::sun::star::uno::RuntimeException );
-
- CURL* handle();
+ virtual CURL* handle();
private:
@@ -151,8 +133,6 @@ namespace ftp {
FTPLoaderThread *m_ftpLoaderThread;
void init();
-
-
}; // end class FTPContentProvider
} // end namespace ftp