diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-12-12 08:52:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-12-12 08:52:52 +0000 |
commit | 53ba880bd9c84d00799654e1d8d7688035fe73fc (patch) | |
tree | 52161e025a85185996f0813b685464578e43879e /TAO/docs/compiler.html | |
parent | 37f3de31ffcdca014294fa90dd338f411a4e5599 (diff) | |
download | ATCD-53ba880bd9c84d00799654e1d8d7688035fe73fc.tar.gz |
Mon Dec 12 07:33:25 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
Merged changes from our work branch. Facet servants are now
generated
as C++ template at the moment the interface is declared, this
reduces
the amount of code generated heavily. Component/Connector
context is
now also generated as C++ template
Diffstat (limited to 'TAO/docs/compiler.html')
-rw-r--r-- | TAO/docs/compiler.html | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html index a9afc4c9c24..3a7f4fb5971 100644 --- a/TAO/docs/compiler.html +++ b/TAO/docs/compiler.html @@ -1003,7 +1003,7 @@ also receives other options that are specific to it.<p> (if Any support in general is not suppressed) the generation of <code>Any_Insert_Policy_AnyTypeCode_Adapter</code> for the last template parameter. This option is used when generating - arg traits for the sequences of basic types in the ORB, so + arg traits for the sequences of basic types in the ORB, so their arg traits may be included in files generated from application IDL whether Any support is suppressed in the application IDL processing or not.</td> @@ -1060,20 +1060,6 @@ also receives other options that are specific to it.<p> <td>Replaces code generation formerly done by the CIAO CIDL compiler.</td> </tr> - <tr><a name="Glfa"> - <td><tt>-Glfa</tt></td> - - <td>Generate CIAO facet servant IDL and C++ for all interfaces</td> - <td>Replaces the CIDL compiler option <tt>--lem-force-all</tt>. This - option causes facet executor IDL and a facet servant C++ class to be - gnerated for each interface in the translation unit (default behavior - is to navigate to such interfaces from component <tt>provides</tt> - declarations). This option allows facet servant code to be shared - among components that use the same interface as a facet. Care must be - taken by the user to apply this option consistently to all builds - where this behavior is desired.</td> - </tr> - <tr><a name="Gsw"> <td><tt>-Gsw</tt></td> |