diff options
author | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-02-07 16:56:09 +0000 |
---|---|---|
committer | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-02-07 16:56:09 +0000 |
commit | e13c5e70302f55ae475150aa68ccb75c7c06eed9 (patch) | |
tree | ce58c9325000e26868fa9f5e1f7f88dd2691522d /ACE-INSTALL.html | |
parent | 56069c16b6c746728e13a8c6f480aa462121993f (diff) | |
download | ATCD-e13c5e70302f55ae475150aa68ccb75c7c06eed9.tar.gz |
ChangeLogTag:Thu Feb 7 08:16:24 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index dfa7f447f7e..5bb5f8f3e09 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -2712,6 +2712,20 @@ Flag Description ---- ----------- debug Enable debugging; see DCFLAGS and DCCFLAGS. exceptions Enable exception handling (not supported by all platforms). +include_env Support old-style ACE_TRY_ENV declarations in methods. + This switch is necessary for compiling TAO applications + in the native exception configuration that were written + for TAO versions before 1.2.2. + In TAO 1.2.2, new macros were introduced that supercede + the direct ACE_TRY_ENV declarations. These are the + ACE_ENV_ARG macros that are defined in ace/CORBA_macros.h + and are documented in docs/exceptions.html. + This switch only affects the exceptions=1 configuration. + It is for backward compatibility only. + There will be warnings about unused _ACE_environment_variable + parameters when using include_env=1. + If possible, do not use it, but instead change your TAO + applications to use the ACE_ENV_ARG macros. fast Enable -fast option, e.g., with Sun C++. inline Enable ACE inlining. Some platforms enable inlining by default, others do not. |