summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Base.h')
-rw-r--r--TAO/tao/Invocation_Base.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tao/Invocation_Base.h b/TAO/tao/Invocation_Base.h
index 27f204854e9..24e383404f4 100644
--- a/TAO/tao/Invocation_Base.h
+++ b/TAO/tao/Invocation_Base.h
@@ -198,24 +198,20 @@ namespace TAO
protected:
/// Helper method to invoke send_request interception call to all
/// the registered interceptors.
- Invocation_Status send_request_interception (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Invocation_Status send_request_interception (void);
/// Helper method to invoke receive_reply interception call to all
/// the registered interceptors.
- Invocation_Status receive_reply_interception (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Invocation_Status receive_reply_interception (void);
/// Helper method to invoke receive_other interception call to all
/// the registered interceptors.
- Invocation_Status receive_other_interception (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ Invocation_Status receive_other_interception (void);
/// Helper methods to handle interception calls when exceptions
/// are thrown by the PortableInterceptor.
PortableInterceptor::ReplyStatus
- handle_any_exception (CORBA::Exception *e
- );
+ handle_any_exception (CORBA::Exception * e);
PortableInterceptor::ReplyStatus
handle_all_exception (void);