summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index f3c04583831..c8ce87fae5b 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -29,10 +29,6 @@ ACE_RCSID (tao,
#include "TypeCodeFactory_Adapter.h"
-#if TAO_HAS_CORBA_MESSAGING == 1
-# include "Messaging_ORBInitializer.h" /* @@ This should go away! */
-#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
-
#if TAO_HAS_INTERCEPTORS == 1
# include "PICurrent_ORBInitializer.h" /* @@ This should go away! */
#endif /* TAO_HAS_INTERCEPTORS == 1 */
@@ -1304,28 +1300,6 @@ CORBA_ORB::init_orb_globals (ACE_ENV_SINGLE_ARG_DECL)
// should be registered via the service configurator, for
// example.
-#if TAO_HAS_CORBA_MESSAGING == 1
- PortableInterceptor::ORBInitializer_ptr temp_orb_initializer =
- PortableInterceptor::ORBInitializer::_nil ();
- PortableInterceptor::ORBInitializer_var orb_initializer;
-
- /// Register the Messaging ORBInitializer.
- ACE_NEW_THROW_EX (temp_orb_initializer,
- TAO_Messaging_ORBInitializer,
- CORBA::NO_MEMORY (
- CORBA_SystemException::_tao_minor_code (
- TAO_DEFAULT_MINOR_CODE,
- ENOMEM),
- CORBA::COMPLETED_NO));
- ACE_CHECK;
-
- orb_initializer = temp_orb_initializer;
-
- PortableInterceptor::register_orb_initializer (orb_initializer.in ()
- ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
-#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
-
#if TAO_HAS_INTERCEPTORS == 1
PortableInterceptor::ORBInitializer_ptr temp_pi_initializer =
PortableInterceptor::ORBInitializer::_nil ();