summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.cpp')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.cpp b/TAO/tao/PortableServer/Object_Adapter.cpp
index 5748bde7b6e..f62be74a285 100644
--- a/TAO/tao/PortableServer/Object_Adapter.cpp
+++ b/TAO/tao/PortableServer/Object_Adapter.cpp
@@ -20,7 +20,6 @@
#include "tao/MProfile.h"
#include "tao/debug.h"
#include "tao/PortableInterceptor.h"
-#include "tao/POA_Extension_Initializer.h"
#include "tao/Thread_Lane_Resources_Manager.h"
#include "tao/Thread_Lane_Resources.h"
@@ -556,15 +555,6 @@ TAO_Object_Adapter::open (CORBA::Environment &ACE_TRY_ENV)
ACE_TRY_ENV);
ACE_CHECK;
- // Call the POA Extension initializers so that they can register their hooks.
- TAO_POA_Extension_Initializer *extensions =
- this->orb_core_.poa_extension_initializer ();
- if (extensions != 0)
- {
- extensions->register_hooks (*this, ACE_TRY_ENV);
- ACE_CHECK;
- }
-
// If a POA extension hasn't changed the servant dispatcher, initialize the
// default one.
if (this->servant_dispatcher_ == 0)