diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-24 20:45:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-24 20:45:34 +0000 |
commit | a2df6d336e254a213bf5c26e8eff996e04228d81 (patch) | |
tree | 2bea505b5db9687d7e3c5e9706a5e14c2505d2e0 /ChangeLog-96b | |
parent | 27524dd4b7132d622a45c66155dd3053d2f9a75b (diff) | |
download | ATCD-a2df6d336e254a213bf5c26e8eff996e04228d81.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index 629af331c46..c70d613c7cd 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -9,6 +9,10 @@ Tue Dec 24 12:49:21 1996 David L. Levine <levine@cs.wustl.edu> needed to be before the closing '}' of the block. Thanks to James Johnson for pointing this out, also. + * ace/OS.cpp: don't include ace/ARGV.h except on WIN32 because + it's only needed there, and don't compile ACE_Thread_Adapter on + VxWorks to save space + * 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 |