summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-07-27 09:15:34 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-07-27 09:15:34 +0200
commit4fd91ecdac261befa4210db0f40512e33a02b0a5 (patch)
treed5ccf49b0c4aa36c1c2438640294e68d5a8c5557
parent217c6a22c82831e68367cce43967610a5fb2c9e3 (diff)
downloadATCD-4fd91ecdac261befa4210db0f40512e33a02b0a5.tar.gz
Removed references to CIDLC
-rw-r--r--TAO/docs/compiler.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index bd50cd5ba8b..cd98f422004 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -31,8 +31,8 @@ Developer's Guide</A>.<P>
<h3>Optional CIAO Functionality</h3>
For users of the <b>Component Integrated ACE ORB</b>
-(<a href="http://www.cs.wustl.edu/~schmidt/CIAO.html"> CIAO</a>), it is
-important to note that, in keeping with recent developements in
+(<a href="http://www.dre.vanderbilt.edu/~schmidt/CIAO.html"> CIAO</a>), it is
+important to note that, in keeping with recent developments in
the OMG's Lightweight CORBA Component Model
(<a href="http://www.omg.org/technology/documents/formal/components.htm"> LwCCM</a>) specification,
CIAO's <i>Component Implementation Definition Language</i> (CIDL) compiler,
@@ -70,15 +70,14 @@ these files:) <P>
<LI> <B><EM>CIAO servant files</EM></B>, <EM>i.e.</EM>, <tt>*_svnt.h</tt>,
and <tt>*_svnt.cpp</tt>. Optionally generated files, containing component
and home servant implementations, as well as factory fuctions to create
- components and homes. Formerly generated by the CIAO CIDL compiler.
+ components and homes.
<LI> <B><EM>Executor IDL file</EM></B>, <EM>i.e.</EM>, <tt>*E.idl</tt>.
IDL file containing local interfaces used for component and home
- executors, optionally generated (formerly by the CIAO CIDL compiler).
+ executors, optionally generated.
<LI> <B><EM>Executor implementation files</EM></B>, <EM>i.e.</EM>, <tt>*_exec.h</tt>,
and <tt>*_exec.cpp</tt>. Optionally generated files containing executor implementation classes
with empty function bodies for facet, supported and inherited operations,
as well as factory functions to create component and home executors.
- These files were formerly generated by the CIAO CIDL compiler.
<LI> <B><EM>Connector implementation files</EM></B>, <EM>i.e.</EM>, <tt>*_conn.h</tt>,
and <tt>*_conn.cpp</tt>. Optionally generated files containing connector implementation classes
with complete function bodies. The function implementations are specialized
@@ -222,7 +221,7 @@ described in the CORBA 3.0.3 specification.
TAO_IDL can generate collocated stubs using two different collocation
strategies. It also allows you to supress/enable the generation of
the stubs of a particular strategy. To gain great flexibility at
-run-time, you can gereate stubs for both collocation strategies
+run-time, you can generate stubs for both collocation strategies
(using both '<a href="#Gp"><code>-Gp</code></a>' and '<a
href="#Gd"><code>-Gd</code></a>' flags at the same time) and defer the
determination of collocation strategy until run-time. On the other
@@ -1030,15 +1029,13 @@ also receives other options that are specific to it.<p>
<td><tt>-Gsv</tt></td>
<td>Generate CIAO servant code for component and home IDL declarations</td>
- <td>Replaces code generation formerly done by the CIAO CIDL compiler.</td>
</tr>
<tr><a name="Gex">
<td><tt>-Gex</tt></td>
<td>Generate CIAO executor implementation code for component and home IDL declarations</td>
- <td>Replaces code generation formerly done by the CIAO CIDL compiler. This code generation
- was optional, and triggered by the CIDLcompiler option <tt>--gen-exec-impl</tt>.
+ <td>
These files have empty function bodies for all facet, suported and inherited operations,
to be filled in by the developer.</td>
</tr>
@@ -1074,7 +1071,6 @@ also receives other options that are specific to it.<p>
<td><tt>-Glem</tt></td>
<td>Generate CIAO executor IDL for component and home IDL declarations</td>
- <td>Replaces code generation formerly done by the CIAO CIDL compiler.</td>
</tr>
<tr><a name="Gsw">