summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-26 20:59:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-26 20:59:35 +0000
commit80eb165cd3a9b3dc1650e2401f1a45ecd2572b90 (patch)
treed4b2ab12ca406865546e8ba01856e4bf7b02874f
parenta29a0145b4417f301b238e31acd06732f4e45abe (diff)
downloadATCD-80eb165cd3a9b3dc1650e2401f1a45ecd2572b90.tar.gz
Added item about escaped identifier support in IDL compiler.
-rw-r--r--TAO/docs/releasenotes/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 4429e980d54..6b95bebbc87 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -323,6 +323,14 @@ If this is done, TAO_HAS_AMI_CALLBACK will automatically be defined to
<li>
New command line option -Sc added to suppress generation of tie classes
and *S_T.* files. The default is still to generate them.
+
+<li>
+IDL compiler now handles escaped identifiers (CORBA 2.3.1). An identifier
+appearing in an IDL file with a leading underscore will appear in
+generated code without the underscore. This enables the use of identifiers
+in generated code identical to IDL keywords, as specified in CORBA 2.3.1.
+If the resulting identifier matches a C++ keyword, "_cxx_"
+will be prepended in generated code as before.
</ul>
<p><br>Known bugs/unimplemented constructs: