summaryrefslogtreecommitdiff
path: root/package/inc/CRC32.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-12-04 16:53:19 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-12-04 16:53:19 +0000
commit90ddd03b58649e19dea12fb21de59e996f073965 (patch)
treee6c7cfc59d2698633bcad46e34d43482efa04294 /package/inc/CRC32.hxx
parentecd83d3387e72bb6c5203670bb0171e4635c6a6b (diff)
#95155# support for unbuffered streams
Diffstat (limited to 'package/inc/CRC32.hxx')
-rw-r--r--package/inc/CRC32.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/inc/CRC32.hxx b/package/inc/CRC32.hxx
index 549f24129d6b..63efd28a7e90 100644
--- a/package/inc/CRC32.hxx
+++ b/package/inc/CRC32.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CRC32.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mtg $ $Date: 2001-11-15 19:51:16 $
+ * last change: $Author: mtg $ $Date: 2001-12-04 17:49:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,8 @@ protected:
public:
CRC32();
~CRC32();
- void SAL_CALL updateStream (::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > & xStream)
+
+ sal_Int32 SAL_CALL updateStream (::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > & xStream)
throw(::com::sun::star::uno::RuntimeException);
void SAL_CALL updateByte (sal_Int8 nByte)
throw(::com::sun::star::uno::RuntimeException);