From 9b86f6942b96f5513be53ed5b033657c5267a778 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Mon, 20 Nov 2000 11:56:37 +0000 Subject: #80466#: new Copy method to support new JAR storages --- sot/source/sdstor/stgdir.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sot/source/sdstor/stgdir.hxx') 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 -- cgit