diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-24 18:59:57 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-24 18:59:57 +0000 |
commit | 4c246fa57f281c3474c72644c8c4d1d2fe730c39 (patch) | |
tree | dc2816a7d95d88cda4bf025e2b06164ae81a3f33 /ChangeLog-96b | |
parent | 9ab5280e52339a7f7357ccf8eb99b0594bea923a (diff) | |
download | ATCD-4c246fa57f281c3474c72644c8c4d1d2fe730c39.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index f83132db637..843cb564b4e 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -1,3 +1,19 @@ +Tue Dec 24 12:49:21 1996 David L. Levine <levine@cs.wustl.edu> + + * ace/OS.h (struct siginfo_t): added declaration of + siginfo_t (ACE_HANDLE *handles) to match definition in OS.cpp. + Thanks to James Johnson for pointing this out. + + * ace/OS.cpp (thr_create): fixed position of + #endif /* !ACE_LACKS_THREAD_STACK_SIZE */ directive, it + needed to be before the closing '}' of the block. Thanks to + James Johnson for pointing this out, also. + + * apps/Gateway/Peer/Gateway_Handler.h: changed #include "Event.h" + to be #include "Peer_Message.h" so that Peer_Header::ROUTING_ID + can be referenced in the class declaration. This subproject + still doesn't build, though; I think that Event.h is needed. + 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 |