summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftphandleprovider.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/ftphandleprovider.hxx
parent00dc77809be7b587c2db64b4269907707486dd2c (diff)
#100904# some tests
Diffstat (limited to 'ucb/source/ucp/ftp/ftphandleprovider.hxx')
-rwxr-xr-xucb/source/ucp/ftp/ftphandleprovider.hxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/ucb/source/ucp/ftp/ftphandleprovider.hxx b/ucb/source/ucp/ftp/ftphandleprovider.hxx
new file mode 100755
index 000000000000..07f652ba1ddb
--- /dev/null
+++ b/ucb/source/ucp/ftp/ftphandleprovider.hxx
@@ -0,0 +1,13 @@
+#include <curl/types.h>
+
+namespace ftp {
+
+ class FTPHandleProvider {
+ public:
+
+ virtual CURL* handle() = 0;
+
+ };
+
+
+}