summaryrefslogtreecommitdiff
path: root/TAO/docs/compiler.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/compiler.html')
-rw-r--r--TAO/docs/compiler.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 7f761398266..a1dce542419 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -640,24 +640,6 @@ also receives other options that are specific to it.<p>
<td>&nbsp;</td>
</tr>
- <tr><a name="Ge flag">
- <td><tt>-Ge </tt><i>flag</i></td>
- <td>If the
- value of the flag is 2, the C++ 'throw' keyword will be used in place of
- ACE_THROW_SPEC, ACE_THROW, and ACE_RETHROW (ACE_THROW_RETURN and
- TAO_INTERCEPTOR_THROW will still be used). This flag value will also disable
- the generation of environment variables in argument lists for all generated
- operations, including base class overrides not defined in application IDL.</td>
- <td>As of TAO 1.5, support for emulated exceptions is in the process of being
- dropped. The environment variable macros are still present in ORB code and in
- generated code, but they now expand to nothing and are no longer maintained.
- Soon they will be removed altogether, and at that point, no throw, throw spec,
- or environment macros will be generated by the IDL compiler, regardless of the
- value of the -Ge flag.
- As of TAO 1.5.5 support for emulated exceptions has been removed from
- the IDL compiler.</td>
- </tr>
-
<tr><a name="Gp">
<td><tt>-Gp </tt></td>