summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 14:55:56 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 14:55:56 +0000
commitd95b326eaf9ac272cc5ececb4d7a9818ebc9462e (patch)
tree9b30cdc35dd62a0426d7b0e88cb0a07aa7c2b43a /ucb
parent25843b3d48f0adfccc26ecfedf4f136afd719586 (diff)
INTEGRATION: CWS ooo20031110 (1.3.92); FILE MERGED
2003/11/04 00:13:56 waratah 1.3.92.1: #21906# add size_t to function definitions, implicitly int also add class keyword to friend definition
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ftp/ftpcfunc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/ftp/ftpcfunc.hxx b/ucb/source/ucp/ftp/ftpcfunc.hxx
index d1652e7317f6..bb87d05c3905 100644
--- a/ucb/source/ucp/ftp/ftpcfunc.hxx
+++ b/ucb/source/ucp/ftp/ftpcfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpcfunc.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: abi $ $Date: 2002-10-15 09:21:15 $
+ * last change: $Author: rt $ $Date: 2003-12-01 15:55:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@ namespace ftp {
{
public:
- virtual write(void *buffer,size_t size,size_t nmemb) = 0;
+ virtual size_t write(void *buffer,size_t size,size_t nmemb) = 0;
};
}