INTEGRATION: CWS fwk20 (1.8.18); FILE MERGED

2005/08/08 09:13:28 mav 1.8.18.1: #i52822# unlock mutex before notifications
This commit is contained in:
Jens-Heiner Rechtien 2005-09-23 14:54:38 +00:00
parent 7f5a4e6c0d
commit 0ab49ade78

View file

@ -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();