summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Pluggable.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Pluggable.cpp b/TAO/tao/Pluggable.cpp
index 053485bb736..3c0cf9a8f8a 100644
--- a/TAO/tao/Pluggable.cpp
+++ b/TAO/tao/Pluggable.cpp
@@ -245,9 +245,9 @@ TAO_Transport::start_request (TAO_ORB_Core *,
CORBA::Boolean,
TAO_OutputCDR &,
CORBA::Environment &ACE_TRY_ENV)
- TAO_THROW_SPEC ((CORBA::SystemException))
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
- TAO_THROW (CORBA::INTERNAL ());
+ ACE_THROW (CORBA::INTERNAL ());
}
void
@@ -256,9 +256,9 @@ TAO_Transport::start_locate (TAO_ORB_Core *,
CORBA::ULong,
TAO_OutputCDR &,
CORBA::Environment &ACE_TRY_ENV)
- TAO_THROW_SPEC ((CORBA::SystemException))
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
- TAO_THROW (CORBA::INTERNAL ());
+ ACE_THROW (CORBA::INTERNAL ());
}
// *********************************************************************