summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-05-28 14:56:16 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-05-28 14:56:16 +0000
commitd325f3a71408ff4096a1f3e4abc515307ef3da46 (patch)
tree9461cd5c2a7026858079ee6d3118e7ed38232de5 /cppu
parent1f639fa53d89da5c806d5ebd0a491b7af456e7fa (diff)
#87516# possible 2 second timeout for a remote call removed
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/threadpool/threadpool.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cppu/source/threadpool/threadpool.cxx b/cppu/source/threadpool/threadpool.cxx
index 642030c3c..88556c1bc 100644
--- a/cppu/source/threadpool/threadpool.cxx
+++ b/cppu/source/threadpool/threadpool.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: threadpool.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jbu $ $Date: 2001-05-10 11:59:37 $
+ * last change: $Author: jbu $ $Date: 2001-05-28 15:56:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -221,7 +221,6 @@ namespace cppu_threadpool
}
// let the thread wait 2 seconds
- osl_resetCondition( waitingThread.condition );
TimeValue time = { 2 , 0 };
osl_waitCondition( waitingThread.condition , &time );