summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 12:55:01 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 12:55:01 +0000
commit0a2a987624fa0149f0a82cae104e605f8c177a14 (patch)
tree62393727fd4095d318500991fdcb342e14db9b95
parent22f84caa3ed90d421ac3fb870398c2591ceabeaa (diff)
downloadATCD-0a2a987624fa0149f0a82cae104e605f8c177a14.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b18
1 files changed, 9 insertions, 9 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index a9d354cea79..e6bfc9c9e7c 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -4,19 +4,19 @@ Tue Oct 27 05:47:21 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Tue Oct 27 03:24:36 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/TP_Reactor.h: Added an description for TP_Reactor.
+ * ace/TP_Reactor.h: Added an description for TP_Reactor.
- * ace/OS.i (cond_timedwait): When emulating cv, there're chances
- that the "wait for being signaled" function times out and return
- an error. In this rare case, we must also signal the
- broadcasting thread to bail out of cond_broadcast to avoid
- deadlock since we are no longer waiting on the cv anymore.
- Thanks to Detlef Becker <Detlef.Becker@med.siemens.de> for
- noticing the problem and providing the patch.
+ * ace/OS.i (cond_timedwait): When emulating cv, there're chances
+ that the "wait for being signaled" function times out and return
+ an error. In this rare case, we must also signal the
+ broadcasting thread to bail out of cond_broadcast to avoid
+ deadlock since we are no longer waiting on the cv anymore.
+ Thanks to Detlef Becker <Detlef.Becker@med.siemens.de> for
+ noticing the problem and providing the patch.
Mon Oct 26 20:59:15 1998 David L. Levine <levine@cs.wustl.edu>
- * ace/Synch_T.{i,cpp} (ACE_Lock_Adapter): unlined the
+ * ace/Synch_T.{i,cpp} (ACE_Lock_Adapter): uninlined the
ACE_Lock_Adapter default constructor. SunPRO C++ 4.2 + patch
104631-07 has trouble compiling TAO with it inline.
Thanks to Terry Rosenbaum <Terry.Rosenbaum@Radiology.MSU.edu>