summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-12-23 12:05:42 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-12-23 12:05:42 +0000
commit50b972036c6f0178a5068e92c1814f526350be4c (patch)
tree4ce006daec6aa1a5a26c9fec782d8efd3f8f5270
parent6c48980bd4f66569e62304407d93aec127a25e56 (diff)
downloadATCD-50b972036c6f0178a5068e92c1814f526350be4c.tar.gz
Cosmetic fixes
-rw-r--r--TAO/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 41c8a9b556a..2701c353dae 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -94,9 +94,9 @@ Thu Dec 19 13:45:50 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/util/utl_global.cpp:
- Added a patch sent in by Greg Mulyar <greg_mu@yahoo.com> to make sure that
- the ACE version of gperf is used when both the ACE and GNU versions of
- gperf are present.
+ Added a patch sent in by Greg Mulyar <greg_mu@yahoo.com> to make
+ sure that the ACE version of gperf is used when both the ACE and
+ GNU versions of gperf are present. This fixes BUG 1406.
Thu Dec 19 08:48:04 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
@@ -135,9 +135,9 @@ Wed Dec 18 14:48:32 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/Any.h:
* tao/Any.i:
- Added cast operator to Any& for class Any_var. Thanks to Torsten Kuepper
- <torsten.kuepper@nokia.com> for pointing out the lack of this spec-required
- operator.
+ Added cast operator to Any& for class Any_var. Thanks to Torsten
+ Kuepper <torsten.kuepper@nokia.com> for pointing out the lack of
+ this spec-required operator. This fixes BUG 1404.
Wed Dec 18 14:46:53 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>