summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-01 02:28:38 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-01 02:28:38 +0000
commit2024d20ffaaaef98e249ca4c1ce79d0255b1b49d (patch)
tree3f4ff4797640963b514ec936c82e82abf2fe4b43
parentb6b5a42400b6b1f6407dc38475630431134fb8d6 (diff)
downloadATCD-2024d20ffaaaef98e249ca4c1ce79d0255b1b49d.tar.gz
Added these two options to the tao_idl compiler.
-in To generate #include statements with <>'s for the standard include files (e.g. tao/corba.h) indicating them as non-changing files (default option) -ic To generate #include statements with ""s for changing standard include files (e.g. tao/corba.h).
-rw-r--r--TAO/docs/compiler.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 2b28fa56e01..41414080579 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -172,9 +172,24 @@ search based operation lookup strategy.&nbsp;</td>
<td><tt>-H linear_search</tt></td>
<td>To specify the IDL compiler to generate skelton code that uses linear
-search based operation lookup strategy.&nbsp;</td>
+search based operation lookup strategy.</td>
</tr>
+
+<tr NAME="in">
+<TD><TT>-in</TT></TD>
+<TD> To generate #include statements with <>'s for the standard
+ include files (e.g. tao/corba.h) indicating them as non-changing
+ files</TD>
+</TR>
+
+
+<TR NAME="ic">
+<TD><TT>-ic</TT></TD>
+<TD> To generate #include statements with ""s for changing
+ standard include files (e.g. tao/corba.h). </TD>
+</TR>
+
<tr NAME="g">
<td><tt>-g</tt></td>