summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/ORB_Core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index b8a11f5cec0..f2dc8ee9bd3 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -2744,7 +2744,7 @@ TAO_ORB_Core::resolve_iormanipulation_i (void)
void
TAO_ORB_Core::resolve_ior_table_i (void)
{
- TAO_Adapter_Factory *factory = 0;
+ TAO_Adapter_Factory *factory =
ACE_Dynamic_Service<TAO_Adapter_Factory>::instance
(this->configuration (), ACE_TEXT("TAO_IORTable"));
if (factory == 0)
@@ -2778,7 +2778,7 @@ TAO_ORB_Core::resolve_ior_table_i (void)
void
TAO_ORB_Core::resolve_async_ior_table_i (void)
{
- TAO_Adapter_Factory *factory = 0;
+ TAO_Adapter_Factory *factory =
ACE_Dynamic_Service<TAO_Adapter_Factory>::instance
(this->configuration (), ACE_TEXT("TAO_Async_IORTable"));
if (factory == 0)