summaryrefslogtreecommitdiff
path: root/TAO/docs/compiler.html
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-02 10:02:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-02 10:02:38 +0000
commit3795560ff33eb46e3768a2e98c110e8c4b004749 (patch)
tree371d5615511002700d33d7297200921e0c2148a8 /TAO/docs/compiler.html
parentc2e419e28ba7f1e161e161f4a4c8751ea5822901 (diff)
downloadATCD-3795560ff33eb46e3768a2e98c110e8c4b004749.tar.gz
Tue Jan 2 09:13:36 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/docs/compiler.html')
-rw-r--r--TAO/docs/compiler.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index e36ee1db9dd..7f761398266 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -642,9 +642,7 @@ also receives other options that are specific to it.<p>
<tr><a name="Ge flag">
<td><tt>-Ge </tt><i>flag</i></td>
- <td>If the value of the flag is 0, operations generated from application IDL will
- use native C++ exceptions. If the value of the flag is 1, such operations will
- use the <CODE>CORBA::Environment</CODE> variable for passing exceptions. If the
+ <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
@@ -655,7 +653,9 @@ also receives other options that are specific to it.<p>
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.</td>
+ 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">