summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp')
-rw-r--r--TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp
index e602edaf531..1171b694f14 100644
--- a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp
+++ b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp
@@ -5,9 +5,6 @@
#include "GatewayC.h"
-#include "tao/ORBInitInfo.h"
-#include "tao/ORB_Core.h"
-
ACE_RCSID (ORT,
Server_IORInterceptor_ORBInitializer,
"$Id: ")
@@ -33,7 +30,8 @@ Server_IORInterceptor_ORBInitializer::post_init (
/// Narrow it down correctly.
Gateway::Object_Factory_var gateway_object_factory =
- Gateway::Object_Factory::_narrow (obj.in () ACE_ENV_ARG_PARAMETER);
+ Gateway::Object_Factory::_narrow (obj.in ()
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
/// Check for nil reference
@@ -52,8 +50,7 @@ Server_IORInterceptor_ORBInitializer::post_init (
CORBA::COMPLETED_NO));
ACE_CHECK;
- PortableInterceptor::IORInterceptor_var ior_interceptor =
- gateway;
+ PortableInterceptor::IORInterceptor_var ior_interceptor = gateway;
info->add_ior_interceptor (ior_interceptor.in ()
ACE_ENV_ARG_PARAMETER);