summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-05-17 14:22:14 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-05-17 14:22:14 +0000
commitf3ae47ed3c28a299eda64244495a4f3dfc989420 (patch)
tree1791df7cf3b5ee4b8313dbd54dd4a8dd7f544449
parent1e9ed5afb112e822ecf7ca68a0cac3ead6721239 (diff)
downloadATCD-f3ae47ed3c28a299eda64244495a4f3dfc989420.tar.gz
ChangeLogTag: Wed May 17 14:11:35 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b8981999bf3..54892063e9f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,18 @@
+Wed May 17 14:11:35 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
+
+ Added generation of an anonymous namespace inside the
+ TAO::TypeCode namespaces already generated, for
+ typecodes ggenerated for anonymous types (sequences,
+ arrays, and bounded (w)stringts). This change prevents
+ a multiple definition link error with a typecode
+ generated for an identical type in another translation
+ unit. The exisiting generated ifdef guards prevent
+ the same error within the same translation unit.
+ Thanks to Ossmama Othman <ossama.othman@symantec.com>
+ for suggesting the fix. This fix closes [BUGID:2521].
+
Wed May 17 12:10:58 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
* tao/Bounded_Sequence_CDR_T.h: