summaryrefslogtreecommitdiff
path: root/desktop/source/offacc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-15 12:00:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-15 12:00:10 +0000
commit728c3132d3e1e931e55ddda88c94b6a9ff199058 (patch)
tree40a366e6e851b19d7c8f6abfbd553553961f091b /desktop/source/offacc
parent0d26e455a4674575f48580cedf5660b77754d3a1 (diff)
INTEGRATION: CWS sb71 (1.5.132); FILE MERGED
2007/09/07 13:58:07 sb 1.5.132.1: #i75466# Clean termination of bridges.
Diffstat (limited to 'desktop/source/offacc')
-rw-r--r--desktop/source/offacc/acceptor.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/source/offacc/acceptor.hxx b/desktop/source/offacc/acceptor.hxx
index 578ebb38a0..f159b4c633 100644
--- a/desktop/source/offacc/acceptor.hxx
+++ b/desktop/source/offacc/acceptor.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: acceptor.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:15:13 $
+ * last change: $Author: vg $ $Date: 2007-10-15 13:00:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,6 +74,7 @@
#endif
#include <com/sun/star/registry/XRegistryKey.hpp>
+#include <comphelper/weakbag.hxx>
#include <osl/mutex.hxx>
#include <osl/conditn.hxx>
#include <osl/thread.hxx>
@@ -101,6 +102,9 @@ private:
static Mutex m_aMutex;
+ oslThread m_thread;
+ comphelper::WeakBag< com::sun::star::bridge::XBridge > m_bridges;
+
Condition m_cEnable;
Reference< XMultiServiceFactory > m_rSMgr;