diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-19 01:21:18 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-02-19 01:21:18 +0000 |
commit | 2351c83261c86ccb9bccb02c3d95791b553abb68 (patch) | |
tree | 3412e22b416e1a857cd58d9fba22eab7be3a9d6e /TAO/docs | |
parent | 4ed2b41f2f8bb428090fcd53db4141785ed19f7c (diff) | |
download | ATCD-2351c83261c86ccb9bccb02c3d95791b553abb68.tar.gz |
New command line option -Sc added to suppress generation of tie classes
and *S_T.* files. The default is still to generate them.
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/releasenotes/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index f106ad6eb79..f9daf3ab9fb 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -321,11 +321,8 @@ If this is done, TAO_HAS_AMI_CALLBACK will automatically be defined to 1 as well. IDL_HAS_VALUETYPE is defined to 1 by default. <li> -The rule that forward declared interfaces must be defined in the same -file has been recently relaxed by CORBA 2.3.1 (99-10-07). This relaxation -has been added to the TAO IDL compiler. The forward declared interface -in question must be fully defined in some generated .cpp file included -in the build, or there will be a C++ link error. +New command line option -Sc added to suppress generation of tie classes +and *S_T.* files. The default is still to generate them. </ul> <p><br>Known bugs/unimplemented constructs: |