summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcfunc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcfunc.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcfunc.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/ftpcfunc.hxx b/ucb/source/ucp/ftp/ftpcfunc.hxx
index 3696e23d7ad6..607e27720dc1 100644
--- a/ucb/source/ucp/ftp/ftpcfunc.hxx
+++ b/ucb/source/ucp/ftp/ftpcfunc.hxx
@@ -42,8 +42,10 @@ namespace ftp {
class FTPStreamContainer
{
public:
-
virtual size_t write(void *buffer,size_t size,size_t nmemb) = 0;
+
+ protected:
+ ~FTPStreamContainer() {}
};
}