diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-22 22:51:23 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-22 22:51:23 +0000 |
commit | 044ddce8229cb5cf5f1134dbd2d460994f5851d1 (patch) | |
tree | 1477cdc73abcf05b15bca45a6b700f224fc6c8a1 /ChangeLog-99b | |
parent | 098a8393c7634703789b43d5288fd8f158d7e11d (diff) | |
download | ATCD-044ddce8229cb5cf5f1134dbd2d460994f5851d1.tar.gz |
ChangeLogTag:Sat May 22 16:57:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 37febd3d7a6..0cb33265170 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,14 @@ +Sat May 22 16:57:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu> + + * ace/FlReactor.cpp: + Sun/CC doesn't like reinterpret cast when converting from an int + into an int; this is silly, but I cannot use static_cast because + on NT reinterpret_cast is the right thing. + Use old-style casts for the moment. + + * tests/FlReactor_Test.cpp: + Minor cosmetic fixes. + Sat May 22 16:36:14 1999 Chris Gill <cdgill@cs.wustl.edu> * ACE version 4.6.40 released. |