diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-02 00:58:01 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-02 00:58:01 +0000 |
commit | de3e37c988a6330868566859e339141688382374 (patch) | |
tree | ae6aa00c445a730a2c9abf21da7f23caa6c00b1c /ChangeLog-98b | |
parent | 8a25f2e91799a8087f91efe0aeaf0c7916b4bcd3 (diff) | |
download | ATCD-de3e37c988a6330868566859e339141688382374.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 57 |
1 files changed, 31 insertions, 26 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 6e5d20171f2..36e685227e5 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,38 +1,43 @@ +Fri Jan 01 18:57:22 1999 David L. Levine <levine@cs.wustl.edu> + + * ace/Containers_T.i (ACE_Array,ACE_Array::operator=): + added missing ACE_INLINE's. + Fri Jan 1 12:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu> - * ace/Containers_T.h: - * ace/Containers_T.i: - * ace/Containers_T.cpp: - * bin/Array_Helper: - * bin/Array.pl: - Moved most of the implementation of ACE_Array into - ACE_Array_Base this class does not require == or != operators - defined for the template parameter. - I also added methods to access and manipulate the capacity of - the array (max_size) as opposed to always changing its size (the - portion actually used). - - * ace/Object_Manager.cpp: - * ace/Template_Instantiations.cpp: - * ace/OS.cpp: - * apps/JAWS/clients/Caching/URL_Properties.cpp: - Fixed ACE_Array instantiations. + * ace/Containers_T.h: + * ace/Containers_T.i: + * ace/Containers_T.cpp: + * bin/Array_Helper: + * bin/Array.pl: + Moved most of the implementation of ACE_Array into + ACE_Array_Base this class does not require == or != operators + defined for the template parameter. + I also added methods to access and manipulate the capacity of + the array (max_size) as opposed to always changing its size (the + portion actually used). + + * ace/Object_Manager.cpp: + * ace/Template_Instantiations.cpp: + * ace/OS.cpp: + * apps/JAWS/clients/Caching/URL_Properties.cpp: + Fixed ACE_Array instantiations. Thu Dec 31 13:25:53 1998 James CE Johnson <jcej@chiroptera.tragus.org> - * docs/tutorials/019/server[2].cpp: - Test that the segment was created. If it already existed, the - malloc() will return 0 and we'll crash. + * docs/tutorials/019/server[2].cpp: + Test that the segment was created. If it already existed, the + malloc() will return 0 and we'll crash. Thu Dec 31 12:10:46 1998 Carlos O'Ryan <coryan@cs.wustl.edu> - * tests/RB_Tree_Test.cpp: - Added missing template instantiation, actually it seems that the - IRIX MIPSPro compiler was not doing recursive instantiation. + * tests/RB_Tree_Test.cpp: + Added missing template instantiation, actually it seems that the + IRIX MIPSPro compiler was not doing recursive instantiation. - * ace/ACE.cpp: - Use ACE_NOTREACHED in ACE::set_handle_limit(), the IRIX compiler - was complaining again.. + * ace/ACE.cpp: + Use ACE_NOTREACHED in ACE::set_handle_limit(), the IRIX compiler + was complaining again.. Thu Dec 31 10:58:11 1998 David L. Levine <levine@cs.wustl.edu> |