diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-07 06:32:33 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-07 06:32:33 +0000 |
commit | 23b6fe08d188421ce298123c29d8fe346882a25c (patch) | |
tree | 5c9b52c960c144f104a95cab65b702e89c005bbe | |
parent | 3ed6d42caafdc63d4fd62e5303e56920d8503a69 (diff) | |
download | ATCD-23b6fe08d188421ce298123c29d8fe346882a25c.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-99b | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index bfffc1c3493..6f86f5fb022 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,9 @@ +Wed Jul 07 01:28:40 1999 Nanbor Wang <nanbor@cs.wustl.edu> + + * ace/ace_dll.dsp: + * ace/ace_lib.dsp: Renamed Based_Pointer_Repository_T.{h,cpp} to + Based_Pointer_T.{h,cpp}. + Wed Jul 7 00:37:22 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * ace/Memory_Pool: Added a new feature to ACE_Shared_Memory_Pool @@ -5,7 +11,7 @@ Wed Jul 7 00:37:22 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> tailor the size of System V shared memory segments without breaking any existing ACE code. Thanks to Serge Kolgan <skolgan@cisco.com> for contributing this enhancement. - + * ace/Makefile.bor (OBJFILES): Updated this file to include the new Based_Pointer_Repository.obj entry. @@ -13,9 +19,9 @@ Wed Jul 7 00:37:22 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * ace/Makefile: Added the Based_Pointer_Repository.{h,cpp} and Based_Pointer_T.{h,cpp} files to the Makefile. - + * ace/Malloc.h: Added the first support for the new "Based Pointer - Malloc" feature that's described below. + Malloc" feature that's described below. * ace: Added the Based_Pointer_Repository.{h,cpp} and Based_Pointer_T.{h,cpp} files to the release. These classes |