summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-18 14:41:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-18 14:41:16 +0000
commit4fd2346ce6d9843b267fcd2ed18226cdae1256e3 (patch)
tree3c2c0fb30272b43fdf5ad78c06bb3df50cdc0cc3 /TAO
parentbd25c917a04ad52343bdb8d8f0a2bb44ca0261bf (diff)
downloadATCD-4fd2346ce6d9843b267fcd2ed18226cdae1256e3.tar.gz
* TAO_IDL/ast/ast_decl.cpp:
* TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp: Fixed typecode generation and repo id calculation to remove the '_cxx_' prepended by the IDL compiler if the identifier is a C++ keyword. The prefix is necessary for C++ compilation of generated code, but should not go out over the wire. Thanks to Torsten Kuepper <Torsten.Kuepper@nokia.com> for pointing this out.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c4d4c0ecca7..981ab1a8715 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Mon Feb 18 08:37:26 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/ast/ast_decl.cpp:
+ * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
+
+ Fixed typecode generation and repo id calculation to remove
+ the '_cxx_' prepended by the IDL compiler if the identifier
+ is a C++ keyword. The prefix is necessary for C++ compilation
+ of generated code, but should not go out over the wire. Thanks
+ to Torsten Kuepper <Torsten.Kuepper@nokia.com> for pointing this
+ out.
+
Mon Feb 18 01:45:07 2002 Christopher Kohlhoff <chris@kohlhoff.com>
* orbsvcs/orbsvcs/Sched/DynSched.cpp: