summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-20 09:00:52 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-20 09:00:52 +0000
commit847476cac862bf1d9bc98d50107843bb6eaeec63 (patch)
tree86b0445446f1bb92cceb63db31305683f410d655
parent82d82e736d443b9f6c4e15280bf0a9bc5c0ab598 (diff)
INTEGRATION: CWS optstor2 (1.8.28.1.2); FILE MERGED
2005/11/11 12:34:55 mav 1.8.28.1.2.2: RESYNC: (1.8.28.1-1.11); FILE MERGED 2005/10/13 15:13:04 mav 1.8.28.1.2.1: #i55785# allow to copy stream data
-rw-r--r--package/source/xstor/owriteablestream.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/package/source/xstor/owriteablestream.hxx b/package/source/xstor/owriteablestream.hxx
index bcd641c6b230..4d0f0669c04c 100644
--- a/package/source/xstor/owriteablestream.hxx
+++ b/package/source/xstor/owriteablestream.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: owriteablestream.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-10-19 12:48:32 $
+ * last change: $Author: obo $ $Date: 2006-01-20 10:00:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -239,13 +239,15 @@ public:
void InputStreamDisposed( OInputCompStream* pStream );
- ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > CreateReadonlyCopyBasedOnData(
+ void CreateReadonlyCopyBasedOnData(
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xDataToCopy,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps,
- sal_Bool bUseCommonPass );
+ sal_Bool bUseCommonPass,
+ ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream );
- ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetCopyOfLastCommit();
+ void GetCopyOfLastCommit( ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream );
::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetCopyOfLastCommit(
+ ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream,
const ::rtl::OUString& aPass );
};