diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-02 10:02:38 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-02 10:02:38 +0000 |
commit | f7754121b2936e8f94d48f8ffdcc02e19be95939 (patch) | |
tree | 371d5615511002700d33d7297200921e0c2148a8 /TAO/docs/compiler.html | |
parent | a3628ee2ddfc4f315a729d141554a70a41178247 (diff) | |
download | ATCD-f7754121b2936e8f94d48f8ffdcc02e19be95939.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.html | 8 |
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"> |