summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-09-09 12:33:42 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-09-09 12:33:42 +0200
commite8e4e34da15ce12376d4f12c63e4228458835cb0 (patch)
tree83b4536dd77867c7c6db24ae180d626688777167
parentf938c43aaf808d8f2dc96666b131af7ed778157f (diff)
downloadATCD-e8e4e34da15ce12376d4f12c63e4228458835cb0.tar.gz
Removed block of commented out code
* TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp:
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp31
1 files changed, 1 insertions, 30 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp
index b081f4a6d0a..8f13d149f01 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp
@@ -92,35 +92,6 @@ TAO::SSLIOP::ORBInitializer::post_init (
// with the ORB.
info->add_server_request_interceptor (si_interceptor.in ());
-// TAO_ORBInitInfo_var tao_info =
-// TAO_ORBInitInfo::_narrow (info
-//);
-
-// if (CORBA::is_nil (tao_info.in ()))
-// ACE_THROW (CORBA::INV_OBJREF ());
-
-// TAO_ORB_Core * orb_core = tao_info->orb_core ();
-
-// // Create the SSLIOP IOR interceptor.
-// PortableInterceptor::IORInterceptor_ptr ii =
-// PortableInterceptor::IORInterceptor::_nil ();
-// ACE_NEW_THROW_EX (ii,
-// TAO::SSLIOP::IORInterceptor (orb_core,
-// this->csiv2_target_supports_,
-// this->csiv2_target_requires_),
-// CORBA::NO_MEMORY (
-// CORBA::SystemException::_tao_minor_code (
-// TAO::VMCID,
-// ENOMEM),
-// CORBA::COMPLETED_NO));
-
-// PortableInterceptor::IORInterceptor_var ior_interceptor =
-// ii;
-
-// // Register the SSLIOP IORInterceptor.
-// info->add_ior_interceptor (ior_interceptor.in ()
-//);
-
// Register the SSLIOP-specific vault with the
// PrincipalAuthenticator.
CORBA::Object_var obj =
@@ -135,7 +106,7 @@ TAO::SSLIOP::ORBInitializer::post_init (
TAO::SL3::CredentialsCurator_var tao_curator =
TAO::SL3::CredentialsCurator::_narrow (curator.in ());
- TAO::SSLIOP::CredentialsAcquirerFactory * factory;
+ TAO::SSLIOP::CredentialsAcquirerFactory * factory = 0;
ACE_NEW_THROW_EX (factory,
TAO::SSLIOP::CredentialsAcquirerFactory,
CORBA::NO_MEMORY ());