summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-01 13:47:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-01 13:47:08 +0000
commit7c2440756d3c61cda46847797a422738decedf05 (patch)
tree2754c8693f9e5cb86a24593c35b6a643a09f3056 /bridges
parent97e7687de7f1dbaf293e48448b3632234a9240a1 (diff)
INTEGRATION: CWS sb23 (1.6.192); FILE MERGED
2006/08/18 16:00:31 sb 1.6.192.2: RESYNC: (1.6-1.8); FILE MERGED 2005/03/23 14:44:29 sb 1.6.192.1: #88601# Ensure that negotiating current context support is finished before any requests are sent.
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/remote/urp/urp_bridgeimpl.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/source/remote/urp/urp_bridgeimpl.hxx b/bridges/source/remote/urp/urp_bridgeimpl.hxx
index 62bdbf7ce187..74900c6b06b3 100644
--- a/bridges/source/remote/urp/urp_bridgeimpl.hxx
+++ b/bridges/source/remote/urp/urp_bridgeimpl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: urp_bridgeimpl.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 23:52:10 $
+ * last change: $Author: rt $ $Date: 2006-12-01 14:47:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -148,6 +148,7 @@ struct urp_BridgeImpl :
OReaderThread *m_pReader;
::rtl::OString m_sLogFileName;
FILE *m_pLogFile;
+ ::osl::Condition m_initialized;
::osl::Condition m_cndWaitForThreads;
struct Properties m_properties;