summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.cpp b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.cpp
index eaf11509671..c7146736418 100644
--- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.cpp
+++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.cpp
@@ -34,14 +34,12 @@ Server_ORBInitializer::post_init (
TAO::VMCID,
ENOMEM),
CORBA::COMPLETED_NO));
- ACE_CHECK;
PortableInterceptor::ServerRequestInterceptor_var si_interceptor =
si;
info->add_server_request_interceptor (si_interceptor.in ()
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
ACE_NEW_THROW_EX (si,
Server_Request_Interceptor ("SERVER B"),
@@ -50,13 +48,11 @@ Server_ORBInitializer::post_init (
TAO::VMCID,
ENOMEM),
CORBA::COMPLETED_NO));
- ACE_CHECK;
si_interceptor = si;
info->add_server_request_interceptor (si_interceptor.in ()
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
ACE_NEW_THROW_EX (si,
Server_Request_Interceptor ("SERVER C"),
@@ -65,11 +61,9 @@ Server_ORBInitializer::post_init (
TAO::VMCID,
ENOMEM),
CORBA::COMPLETED_NO));
- ACE_CHECK;
si_interceptor = si;
info->add_server_request_interceptor (si_interceptor.in ()
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
}