diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-08 19:28:22 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-08 19:28:22 +0000 |
commit | f5e2ea60eee73a8e2cb44c066462ef5abde266ac (patch) | |
tree | bf58d0b1db5205f1748866f0b445c38fb0736d4f /TAO/docs/compiler.html | |
parent | 4978c8ff143340de0faccb30ceef372c868dfab2 (diff) | |
download | ATCD-f5e2ea60eee73a8e2cb44c066462ef5abde266ac.tar.gz |
Thu Feb 8 19:21:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/docs/compiler.html')
-rw-r--r-- | TAO/docs/compiler.html | 18 |
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> </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> |