summaryrefslogtreecommitdiff
path: root/ChangeLog-98a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r--ChangeLog-98a14
1 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 405bfcc4082..19a3d6bb77d 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,10 +1,9 @@
-Fri May 01 17:52:32 1998 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * ace/ACE_Library.mak:
- * ace/ace_{dll,lib}.dsp: Added Arg_Shifter.cpp into project.
-
Fri May 1 13:52:32 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+ * ace/Addr: Made the destructor for ACE_Addr virtual so that
+ subclasses can be deleted correctly. Thanks to Wei Chiang
+ <chiang@horizon.ntc.nokia.com> for reporting this.
+
* ace: Added Arg_Shifter from TAO and renamed it to
ACE_Arg_Shifter.
@@ -29,6 +28,11 @@ Fri May 1 13:52:32 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
confusing. Thanks to Ganapathi <guns@fs.IConNet.NET> for this
suggestion.
+Fri May 01 17:52:32 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/ACE_Library.mak:
+ * ace/ace_{dll,lib}.dsp: Added Arg_Shifter.cpp into project.
+
Fri May 01 14:09:21 1998 Steve Huston <shuston@riverace.com>
* ace/OS.h: Changed ACE_hrtime_t from signed to unsigned on Win32