summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-31 19:35:12 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-31 19:35:12 +0000
commita418f29afd0e60cd1c7fb7e48868e11b061f810f (patch)
treed8afbd416979d1dfa15274783159c183e8e6202d /TAO/docs
parent37555de3f52d3b26177100c42815ff10d7b2b26a (diff)
downloadATCD-a418f29afd0e60cd1c7fb7e48868e11b061f810f.tar.gz
ChangeLogTag: Tue May 31 19:28:48 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/compiler.html10
1 files changed, 5 insertions, 5 deletions
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. <p>
<tr><a name="St">
<td><tt>-St</tt></td>
- <td>Suppress generation of the TypeCodes</td>
+ <td>Suppress generation of typecodes</td>
<td>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.</td>
+ 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.</td>
</tr>
<tr><a name="Sc">
@@ -744,7 +744,7 @@ also receives other options that are specific to it. <p>
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.</td>
</tr>