summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-26 21:05:00 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-26 21:05:00 +0000
commit6780be6babde4a5c68c3d7bd1dfd32bce0a1e4ac (patch)
tree36cf35d6ea82fe2f8b4541b31eec25c412a65fbf
parent1dca291efe80ca458039f631a4c9763ef7ff0d26 (diff)
downloadATCD-6780be6babde4a5c68c3d7bd1dfd32bce0a1e4ac.tar.gz
ChangeLogTag: Mon Nov 26 15:01:38 2001 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/docs/compiler.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 6b5bd3f5b84..34315fccfdd 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -291,6 +291,39 @@ also receives other options that are specific to it. <P>
C++Builder or MSVC++.</td>
</tr>
+ <tr><a name="obv_opt_accessor">
+ <td></td>
+
+ <td><tt>obv_opt_accessor</tt></td>
+
+ <td>The IDL compiler will generate code to optimize access to base class data
+ for valuetypes.</td>
+ </tr>
+
+ <tr><a name="pre_include">
+ <td></td>
+
+ <td><tt>pre_include=</tt><i>include_path</i></td>
+
+ <td>The compiler will generate code to include <i>include_path</i> at the
+ top of the each header file, before any other include statements. For
+ example, ace/pre.h, which pushes compiler options for the Borland C++
+ Builder and MSVC++ compilers, is included in this manner in all
+ IDL-generated files in the TAO libraries and CORBA services.</td>
+ </tr>
+
+ <tr><a name="post_include">
+ <td></td>
+
+ <td><tt>post_include=</tt><i>include_path</i></td>
+
+ <td>The compiler will generate code to include <i>include_path</i> at the
+ bottom of the each header file. For example, ace/post.h, which pops
+ compiler options for the Borland C++ Builder and MSVC++ compilers, is
+ included in this manner in all IDL-generated files in the TAO libraries
+ and CORBA services.</td>
+ </tr>
+
<tr><a name="E">
<td><tt>-E</tt></td>