summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgdir.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-11-20 11:56:37 +0000
committerMathias Bauer <mba@openoffice.org>2000-11-20 11:56:37 +0000
commit9b86f6942b96f5513be53ed5b033657c5267a778 (patch)
treee48ac52a3e08b5ca4ed978ecf20bf34ac4e9fbb9 /sot/source/sdstor/stgdir.hxx
parent066f06e8cab65ff100d0986565c0884474999f1e (diff)
#80466#: new Copy method to support new JAR storages
Diffstat (limited to 'sot/source/sdstor/stgdir.hxx')
-rw-r--r--sot/source/sdstor/stgdir.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sot/source/sdstor/stgdir.hxx b/sot/source/sdstor/stgdir.hxx
index 44b1614a590f..288f256fc227 100644
--- a/sot/source/sdstor/stgdir.hxx
+++ b/sot/source/sdstor/stgdir.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stgdir.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:56:51 $
+ * last change: $Author: mba $ $Date: 2000-11-20 12:56:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,7 @@ class StgEntry;
class StgDirEntry;
class StgDirStrm;
+class BaseStorageStream;
class StgDirEntry : public StgAvlNode
{
friend class StgIterator;
@@ -135,6 +136,7 @@ public:
INT32 Read( void*, INT32 );
INT32 Write( const void*, INT32 );
void Copy( StgDirEntry& );
+ void Copy( BaseStorageStream& );
};
class StgDirStrm : public StgDataStrm