summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2015-06-04 14:21:21 -0500
committerPhil Mesnier <mesnier_p@ociweb.com>2015-06-04 14:21:21 -0500
commit9acd83fb4fbdf677f4ab402da4dd2e875ec4d14e (patch)
tree7af7d87eeef43e124602afde4c99d5b4c9fb5ccd
parentc0f166c8ef8638e9331b706e8ccf5c679a013f7e (diff)
downloadATCD-9acd83fb4fbdf677f4ab402da4dd2e875ec4d14e.tar.gz
Correcting a typo I made two years ago.
-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)