From a418f29afd0e60cd1c7fb7e48868e11b061f810f Mon Sep 17 00:00:00 2001 From: parsons Date: Tue, 31 May 2005 19:35:12 +0000 Subject: ChangeLogTag: Tue May 31 19:28:48 UTC 2005 Jeff Parsons --- TAO/docs/compiler.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TAO/docs') diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html index 1ef51454f18..b89b41b9ae3 100644 --- a/TAO/docs/compiler.html +++ b/TAO/docs/compiler.html @@ -721,12 +721,12 @@ also receives other options that are specific to it.

-St - Suppress generation of the TypeCodes + Suppress generation of typecodes Also suppresses the generation of the Any operators, since they need the - associated typecode. User exceptions also need the generated typecode, and - a user exception in an IDL file compiled with this option will cause a - C++ compilation error. + associated typecode. IDL operations that may raise a user-defined exception + require the exception's typecode, so this option is ignored for user + exception typecode generation, and a warning message is output. @@ -744,7 +744,7 @@ also receives other options that are specific to it.

that modified the AST and is launched just before the code generating visitors. There is a new tool in CIAO that converts the entire IDL file into one containing explicit declarations of the implied IDL types. - For such a file, we don't want the preprocessing visitor to bve launched, + For such a file, we don't want the preprocessing visitor to be launched, so this command line option will suppress it. -- cgit v1.2.1