diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-31 16:58:49 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-31 16:58:49 +0000 |
commit | 7ce29187a63f4470dd82a33a89135d2f6f09d438 (patch) | |
tree | 9528185aea44b369c4a4eb1760415a35b9c233e2 /ChangeLog-98b | |
parent | cb808464460c25a665c38fa59ce519ba1ac27367 (diff) | |
download | ATCD-7ce29187a63f4470dd82a33a89135d2f6f09d438.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index ff59bb72710..35d96246cdc 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,26 +1,31 @@ +Thu Dec 31 10:58:11 1998 David L. Levine <levine@cs.wustl.edu> + + * ace/Containers_T.cpp (ACE_Fixed_Set::insert): removed + blank line between function header and body. + Thu Dec 31 09:40:09 1998 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/SOCK_Stream: Added a new ACE_SOCK_Stream constructor that - initializes the underlying ACE_HANDLE automagically. + * ace/SOCK_Stream: Added a new ACE_SOCK_Stream constructor that + initializes the underlying ACE_HANDLE automagically. Wed Dec 30 17:07:21 1998 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/Containers_T.h: Clarified that the insert() method on - ACE_Unbounded_Stack doesn't allow duplicates. Thanks to Susan - Liebeskind <susan.liebeskind@gtri.gatech.edu> for reporting - this. + * ace/Containers_T.h: Clarified that the insert() method on + ACE_Unbounded_Stack doesn't allow duplicates. Thanks to Susan + Liebeskind <susan.liebeskind@gtri.gatech.edu> for reporting + this. Wed Dec 30 14:41:56 1998 Carlos O'Ryan <coryan@cs.wustl.edu> - * ace/ACE.cpp: - Sometimes the get_ip_interfaces routine was returning 0.0.0.0 as - a valid address, we explicitly avoid that now. + * ace/ACE.cpp: + Sometimes the get_ip_interfaces routine was returning 0.0.0.0 as + a valid address, we explicitly avoid that now. Wed Dec 30 14:34:44 1998 Nanbor Wang <nanbor@cs.wustl.edu> - * bin/GenExportH.BAT: Added '\$\I\d\$' string in generated file. - Also in generated file, make XXX_HAS_DLL defined to 1 if it - isn't defined already. + * bin/GenExportH.BAT: Added '\$\I\d\$' string in generated file. + Also in generated file, make XXX_HAS_DLL defined to 1 if it + isn't defined already. Wed Dec 30 13:22:50 1998 Chris Gill <cdgill@cs.wustl.edu> |