summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpurl.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-25 10:38:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-25 10:38:37 +0000
commitc63ed056270191903bce3d409882b21f4aedf230 (patch)
tree6f7ed0d802db60ef1c3e5dbe34ba87d0166d01b4 /ucb/source/ucp/ftp/ftpurl.cxx
parentafed7c67482d323e2ec3079658bd086d5ab023ab (diff)
INTEGRATION: CWS abi3 (1.14.28); FILE MERGED
2003/07/20 21:04:49 abi 1.14.28.1: #110335# backgrounding download now
Diffstat (limited to 'ucb/source/ucp/ftp/ftpurl.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpurl.cxx24
1 files changed, 3 insertions, 21 deletions
diff --git a/ucb/source/ucp/ftp/ftpurl.cxx b/ucb/source/ucp/ftp/ftpurl.cxx
index e9b7f43ba5f4..3f116cf6272a 100644
--- a/ucb/source/ucp/ftp/ftpurl.cxx
+++ b/ucb/source/ucp/ftp/ftpurl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpurl.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:26:48 $
+ * last change: $Author: vg $ $Date: 2003-07-25 11:38:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,6 +76,7 @@
#include "ftpinpstr.hxx"
#include "ftpcfunc.hxx"
#include "debughelper.hxx"
+#include "ftpcontainer.hxx"
using namespace ftp;
using namespace com::sun::star::ucb;
@@ -83,25 +84,6 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::io;
-class MemoryContainer {
-
-public:
-
- MemoryContainer();
-
- ~MemoryContainer();
-
- int append(
- const void* pBuffer,
- size_t size,
- size_t nmemb
- ) throw();
-
-
- sal_uInt32 m_nLen,m_nWritePos;
- void *m_pBuffer;
-};
-
MemoryContainer::MemoryContainer()
: m_nLen(0),