summaryrefslogtreecommitdiff
path: root/TAO/tao/Interceptor_List.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Interceptor_List.h')
-rw-r--r--TAO/tao/Interceptor_List.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tao/Interceptor_List.h b/TAO/tao/Interceptor_List.h
index 131fcc78a75..4c0df6e96fe 100644
--- a/TAO/tao/Interceptor_List.h
+++ b/TAO/tao/Interceptor_List.h
@@ -47,8 +47,8 @@ protected:
/// Register an in interceptor with interceptor list.
size_t add_interceptor_i (
- PortableInterceptor::Interceptor_ptr interceptor,
- CORBA::Environment &ACE_TRY_ENV)
+ PortableInterceptor::Interceptor_ptr interceptor
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableInterceptor::ORBInitInfo::DuplicateName));
@@ -88,8 +88,8 @@ public:
~TAO_ClientRequestInterceptor_List (void);
/// Register a client request interceptor.
- void add_interceptor (PortableInterceptor::ClientRequestInterceptor_ptr i,
- CORBA::Environment &ACE_TRY_ENV);
+ void add_interceptor (PortableInterceptor::ClientRequestInterceptor_ptr i
+ TAO_ENV_ARG_DECL);
/// Return reference to the underlying Portable Interceptor array.
TYPE &interceptors (void);
@@ -136,8 +136,8 @@ public:
~TAO_ServerRequestInterceptor_List (void);
/// Register a server request interceptor.
- void add_interceptor (PortableInterceptor::ServerRequestInterceptor_ptr i,
- CORBA::Environment &ACE_TRY_ENV);
+ void add_interceptor (PortableInterceptor::ServerRequestInterceptor_ptr i
+ TAO_ENV_ARG_DECL);
/// Return reference to the underlying Portable Interceptor array.
TYPE &interceptors (void);
@@ -185,8 +185,8 @@ public:
~TAO_IORInterceptor_List (void);
/// Register an IOR interceptor.
- void add_interceptor (PortableInterceptor::IORInterceptor_ptr i,
- CORBA::Environment &ACE_TRY_ENV);
+ void add_interceptor (PortableInterceptor::IORInterceptor_ptr i
+ TAO_ENV_ARG_DECL);
/// Return reference to the underlying Portable Interceptor array.
TYPE &interceptors (void);