summaryrefslogtreecommitdiff
path: root/TAO/docs/releasenotes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/releasenotes/index.html')
-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: