diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-24 19:56:29 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-24 19:56:29 +0000 |
commit | abbab88210869c99c4b9ee14663790afba1e9d24 (patch) | |
tree | 2e48018770b3e3a03fbafed827988bb4f17710b6 /ChangeLog-96b | |
parent | c66db68f5b07718bbc5a1803850d730494039d92 (diff) | |
download | ATCD-abbab88210869c99c4b9ee14663790afba1e9d24.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index 843cb564b4e..629af331c46 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -14,6 +14,13 @@ Tue Dec 24 12:49:21 1996 David L. Levine <levine@cs.wustl.edu> can be referenced in the class declaration. This subproject still doesn't build, though; I think that Event.h is needed. + * ace/OS.h (struct ACE_cond_t): declare waiters_done_ as + ACE_sema_t on VxWorks only, to avoid recursive struct + definition with ACE_event_t + + * ace/OS.i (ACE_OS::cond_*): on VxWorks only, use sema + operations on ACE_cond_t::waiters_done_ instead of event ops + Tue Dec 24 10:55:20 1996 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * examples/Threads/task_three.cpp (main): Changed the use of |