summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Base.cpp')
-rw-r--r--TAO/tao/Invocation_Base.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Invocation_Base.cpp b/TAO/tao/Invocation_Base.cpp
index 85b35de3d62..48a0a6f557a 100644
--- a/TAO/tao/Invocation_Base.cpp
+++ b/TAO/tao/Invocation_Base.cpp
@@ -85,7 +85,6 @@ namespace TAO
Invocation_Status
Invocation_Base::send_request_interception (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (adapter_ != 0)
{
@@ -115,7 +114,6 @@ namespace TAO
Invocation_Status
Invocation_Base::receive_reply_interception (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (adapter_ != 0)
{
@@ -148,7 +146,6 @@ namespace TAO
Invocation_Status
Invocation_Base::receive_other_interception (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (adapter_ != 0)
{