summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/corba.h2
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 */