diff options
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r-- | ChangeLog-98a | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a index fb0bb4bea59..eea9dd5f2f1 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -1,10 +1,3 @@ -Sun Jan 04 12:37:02 1998 David L. Levine <levine@cs.wustl.edu> - - * tests/Env_Value_Test.cpp: hacked to work with - ACE_HAS_NONSTATIC_OBJECT_MANAGER. With that, it uses ::putenv (), - which we should wrap in ACE_OS. Also, expanded TEST_THIS to - provide a more helpful log message than just the ASSERT output. - Sun Jan 4 10:11:53 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * apps/Gateway/Gateway/Event_Channel.cpp (put): Uncommented the @@ -24,14 +17,12 @@ Sun Jan 4 10:11:53 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> some minor problems. Thanks to David Levine for showing the way... -Sun Jan 04 09:51:59 1998 Nanbor Wang <nw1@cs.wustl.edu> - - * apps/Gateway/Gateway/Options.{h,cpp}: Removed macros to export - this class out of DLL. They are no longer needed. - - * apps/Gateway/Gateway/Gateway.dsp: Updated source file listings. +Sun Jan 04 12:37:02 1998 David L. Levine <levine@cs.wustl.edu> -Sun Jan 04 07:43:10 1998 David L. Levine <levine@cs.wustl.edu> + * tests/Env_Value_Test.cpp: hacked to work with + ACE_HAS_NONSTATIC_OBJECT_MANAGER. With that, it uses ::putenv (), + which we should wrap in ACE_OS. Also, expanded TEST_THIS to + provide a more helpful log message than just the ASSERT output. * ace/config-vxworks5.x-g++.h: removed ACE_HAS_TEMPLATE_SPECIALIZATION. @@ -40,6 +31,13 @@ Sun Jan 04 07:43:10 1998 David L. Levine <levine@cs.wustl.edu> and i->int_id_ to (char *) to force g++/VxWorks to apply the conversion from Dumb_String to char *. +Sun Jan 04 09:51:59 1998 Nanbor Wang <nw1@cs.wustl.edu> + + * apps/Gateway/Gateway/Options.{h,cpp}: Removed macros to export + this class out of DLL. They are no longer needed. + + * apps/Gateway/Gateway/Gateway.dsp: Updated source file listings. + Sat Jan 3 22:25:15 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * apps/Gateway/Gateway: Changed the name of the ACE_Event_Channel |