summaryrefslogtreecommitdiff
path: root/TAO/tao/Parser_Registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Parser_Registry.cpp')
-rw-r--r--TAO/tao/Parser_Registry.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Parser_Registry.cpp b/TAO/tao/Parser_Registry.cpp
index 1d873b9ae12..7b21273679e 100644
--- a/TAO/tao/Parser_Registry.cpp
+++ b/TAO/tao/Parser_Registry.cpp
@@ -49,7 +49,8 @@ TAO_Parser_Registry::open (TAO_ORB_Core *orb_core)
for (size_t i = 0; i != this->size_; ++i)
{
this->parsers_[i] =
- ACE_Dynamic_Service<TAO_IOR_Parser>::instance (names [i]);
+ ACE_Dynamic_Service<TAO_IOR_Parser>::instance (orb_core->configuration (),
+ names [i]);
if (this->parsers_[i] == 0)
{