summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-04 09:31:44 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-04 09:31:44 +0000
commitac6cebc6c82bfd732bb4742ef96c8ce73f8f3447 (patch)
tree5328c9a4365ae070755f80b53bac3b59e68b22a0
parentcc757b3e25b002408beb59c73a2bf3a373f806a8 (diff)
downloadATCD-ac6cebc6c82bfd732bb4742ef96c8ce73f8f3447.tar.gz
ChangeLogTag:Fri Feb 4 01:25:05 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9d94776c495..22688c19bf2 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -47,21 +47,21 @@ Wed Feb 2 20:25:18 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_arg_traits.cpp:
* TAO_IDL/be_include/be_visitor_arg_traits.h:
-
+
Added visit_attribute() method, which tales action
only if the attribute type is an unaliased bounded (w)string.
Thanks to Gary Maxey <gary.maxey@hp.com> for sending in
the example IDL file that showed that the arg_traits
visitor was not handling this case.
-
+
* tests/IDL_Test/interface.idl:
-
+
Added Gary Maxey's example IDL file to the test.
Wed Feb 2 19:26:22 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_sequence.cpp:
-
+
Added missing comma in template parameter list of bounded
CORBA::Object sequence base class. Thanks to Gary Maxey
<gary.maxey@hp.com> for tracking down the problem.