summaryrefslogtreecommitdiff
path: root/package/inc/ByteChucker.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2000-12-19 20:55:41 +0000
committerMartin Gallwey <mtg@openoffice.org>2000-12-19 20:55:41 +0000
commit8d831711c6e381660eb19d2d5a0f1b9dd988d589 (patch)
tree11eb80765c878776c6d5638217c6a618dd873ff1 /package/inc/ByteChucker.hxx
parent14baa97cf80c5c40d4df68d864e2c85e6d9a9125 (diff)
many optimisations and memory leaks due to circular references fixed! An altogether amazing commit...tell your friends
Diffstat (limited to 'package/inc/ByteChucker.hxx')
-rw-r--r--package/inc/ByteChucker.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/inc/ByteChucker.hxx b/package/inc/ByteChucker.hxx
index 7abbe4c0ff5b..3658c07151bd 100644
--- a/package/inc/ByteChucker.hxx
+++ b/package/inc/ByteChucker.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ByteChucker.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mtg $ $Date: 2000-11-29 13:47:16 $
+ * last change: $Author: mtg $ $Date: 2000-12-19 21:55:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -54,7 +54,7 @@
*
* All Rights Reserved.
*
- * Contributor(s): _______________________________________
+ * Contributor(s): Martin Gallwey (gallwey@sun.com)
*
*
************************************************************************/
@@ -73,6 +73,8 @@
#include <com/sun/star/io/XSeekable.hpp>
#endif
+#include <memory.h> //for memcpy
+
class ByteChucker
{
private: