diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-28 17:50:04 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-28 17:50:04 +0000 |
commit | 282c9300de302bee44df23bc8190181b0d338d82 (patch) | |
tree | cb3764f2c385d69be0a8bdebe9a7b54fb13c6f4a /TAO | |
parent | 07fdc17ed019f9c35eca82b4637741e95529bc5b (diff) | |
download | ATCD-282c9300de302bee44df23bc8190181b0d338d82.tar.gz |
* TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
* TAO_IDL/be/be_visitor_interface/ami_exception_holder_ch.cpp:
* TAO_IDL/be/be_visitor_interface/ami_exception_holder_ci.cpp:
* TAO_IDL/be/be_visitor_interface/ami_exception_holder_cs.cpp:
Replaced several bare casts with ACE_reinterpret_cast
because HP/UX complained. If possible, it would be better to
do this with one of the narrow_from_decl macros.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog-99c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index 82b1f786c26..9fff514184e 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,13 @@ +Tue Sep 28 12:46:40 1999 Jeff Parsons <parsons@cs.wustl.edu> + + * TAO_IDL/be/be_visitor_ami_pre_proc.cpp: + * TAO_IDL/be/be_visitor_interface/ami_exception_holder_ch.cpp: + * TAO_IDL/be/be_visitor_interface/ami_exception_holder_ci.cpp: + * TAO_IDL/be/be_visitor_interface/ami_exception_holder_cs.cpp: + Replaced several bare casts with ACE_reinterpret_cast + because HP/UX complained. If possible, it would be better to + do this with one of the narrow_from_decl macros. + Mon Sep 27 19:29:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu> * tao/ORB.cpp: |