summaryrefslogtreecommitdiff
path: root/bridges/inc
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2000-11-28 13:37:03 +0000
committerJörg Budischewski <jbu@openoffice.org>2000-11-28 13:37:03 +0000
commitabb19f056ffc4d1ae9c59c5659f53492731f2287 (patch)
treed040701a95e4b3508655eecdd11b24f3a7f8a9be /bridges/inc
parent976a357bef52407fa1aaf424ad2a3bb7f568d4bc (diff)
#80758# force synchronous feature implemented
Diffstat (limited to 'bridges/inc')
-rw-r--r--bridges/inc/bridges/remote/remote.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/inc/bridges/remote/remote.hxx b/bridges/inc/bridges/remote/remote.hxx
index 0e4aa39cd32a..10311cf7dc6d 100644
--- a/bridges/inc/bridges/remote/remote.hxx
+++ b/bridges/inc/bridges/remote/remote.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: remote.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:28:48 $
+ * last change: $Author: jbu $ $Date: 2000-11-28 14:37:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,7 @@ public:
oslInterlockedCount m_nRef;
uno_Environment *m_pEnvRemote;
requestClientSideDispatcher m_dispatch;
+ oslInterlockedCount m_nReleaseRemote;
};
}