diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-30 02:17:38 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-30 02:17:38 +0000 |
commit | f975f1d12f3a46f1c07f02ca3c43ec1d0cbce296 (patch) | |
tree | 2885986ca14a1aef4993d947f09a023b5b5482ca | |
parent | 94567761365a1a854259fc0d2785a4a8cfd0a9af (diff) | |
download | ATCD-f975f1d12f3a46f1c07f02ca3c43ec1d0cbce296.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-98b | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 0c9ad116d6f..961f4edd444 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,14 +1,19 @@ +Mon Jun 29 21:16:39 1998 David L. Levine <levine@cs.wustl.edu> + + * ace/OS.cpp (invoke): wrapped final return with ACE_NOTREACHED. + "It's the right thing to do." + Mon Jun 29 19:42:12 1998 Irfan Pyarali <irfan@cs.wustl.edu> - * ace/Timeprobe_T.cpp (ACE_Timeprobe): Changed __TEXT to ASYS_TEXT. + * ace/Timeprobe_T.cpp (ACE_Timeprobe): Changed __TEXT to ASYS_TEXT. Mon Jun 29 14:48:58 1998 Nanbor Wang <nanbor@cs.wustl.edu> - * ace/OS.h: Added UNICODE macros for non-Win32 platforms. Thanks - to Jeff Greif <jmg@trivida.com> for pointing this out. + * ace/OS.h: Added UNICODE macros for non-Win32 platforms. Thanks + to Jeff Greif <jmg@trivida.com> for pointing this out. - * ace/OS.cpp (invoke): Added a return at the end to keep AIX - happy. Thanks to CLahey@cccis.com for reporting this. + * ace/OS.cpp (invoke): Added a return at the end to keep AIX + happy. Thanks to CLahey@cccis.com for reporting this. Mon Jun 29 11:37:28 1998 Steve Huston <shuston@riverace.com> |