From 0ab49ade7879be9298372d361a903df11a69acf8 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 23 Sep 2005 14:54:38 +0000
Subject: [PATCH] INTEGRATION: CWS fwk20 (1.8.18); FILE MERGED 2005/08/08
09:13:28 mav 1.8.18.1: #i52822# unlock mutex before notifications
---
package/source/xstor/owriteablestream.hxx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/package/source/xstor/owriteablestream.hxx b/package/source/xstor/owriteablestream.hxx
index f22c687cd494..a62f0807c605 100644
--- a/package/source/xstor/owriteablestream.hxx
+++ b/package/source/xstor/owriteablestream.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: owriteablestream.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:08:14 $
+ * last change: $Author: hr $ $Date: 2005-09-23 15:54:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -266,6 +266,9 @@ protected:
void CloseOutput_Impl();
void CopyToStreamInternally_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xStream );
+
+ void ModifyParentUnlockMutex_Impl( ::osl::ResettableMutexGuard& aGuard );
+
public:
virtual ~OWriteStream();