diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-20 04:12:24 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-20 04:12:24 +0000 |
commit | ee300ab2793f6059b5e524f014bdc50c3b3b5bae (patch) | |
tree | 39a852b90b9ed48d2ed25413f090300e06c27e88 | |
parent | 2d0acd955b7ae3e60389866dc588f8966d6f19b8 (diff) | |
download | ATCD-ee300ab2793f6059b5e524f014bdc50c3b3b5bae.tar.gz |
define TAO_THROW_SPEC using ACE_THROW_SPEC
-rw-r--r-- | TAO/tao/corba.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h index 381f80f5f67..eb382c150e4 100644 --- a/TAO/tao/corba.h +++ b/TAO/tao/corba.h @@ -253,7 +253,7 @@ try { CORBA::Environment TAO_TRY_ENV; #define TAO_THROW_RETURN(EXCEPTION, RETURN) throw EXCEPTION #define TAO_RETHROW throw; -#define TAO_THROW_SPEC(X) throw X +#define TAO_THROW_SPEC(X) ACE_THROW_SPEC(X) #else /* ACE_HAS_EXCEPTIONS && TAO_IDL_COMPILES_HAS_EXCEPTIONS */ |