summaryrefslogtreecommitdiff
path: root/package/source/xstor/owriteablestream.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 14:54:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 14:54:38 +0000
commit0ab49ade7879be9298372d361a903df11a69acf8 (patch)
tree6ef2c0ac7d7c3b599ba5c2988bfb77b4aa19d77f /package/source/xstor/owriteablestream.hxx
parent7f5a4e6c0d3e0a41d1c99701f1a3b96b2969a436 (diff)
INTEGRATION: CWS fwk20 (1.8.18); FILE MERGED
2005/08/08 09:13:28 mav 1.8.18.1: #i52822# unlock mutex before notifications
Diffstat (limited to 'package/source/xstor/owriteablestream.hxx')
-rw-r--r--package/source/xstor/owriteablestream.hxx7
1 files 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();