summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-17 08:34:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-17 08:34:44 +0000
commitd0ca1be14619c4a6068a6a4016c465ebedebd339 (patch)
tree3eea8dc7602f5eb6f90a1b89a881e4b329ed30ec
parent62dc805970d8b76a5f163d8884402b18d09fe816 (diff)
downloadATCD-d0ca1be14619c4a6068a6a4016c465ebedebd339.tar.gz
ChangeLogTag: Wed Aug 17 08:34:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 541f098e8d3..6b8132f9323 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,16 @@
+Wed Aug 17 08:34:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * TAO_IDL/be/be_visitor_arg_traits.cpp
+ * tao/AnyTypeCode_Adapter.h
+ * tao/BD_String_Argument_T.h
+ * tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.cpp
+ * tao/AnyTypeCode/AnyTypeCode_Adapter_Impl.h
+ * tao/PortableServer/BD_String_SArgument_T.h
+ Removed the specialization for bound (w)string from the TAO
+ lib and just generate the full Arg_Trait in the IDL compiler,
+ this makes it not needed anymore to have an insertion
+ method for the bound (w)string in the AnyTypeCode adapter
+
Tue Aug 16 20:03:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_visitor_interface_fwd/any_op_ch.cpp: