summaryrefslogtreecommitdiff
path: root/TAO/tao/ValueBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ValueBase.cpp')
-rw-r--r--TAO/tao/ValueBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ValueBase.cpp b/TAO/tao/ValueBase.cpp
index 1505f62ce21..13512177934 100644
--- a/TAO/tao/ValueBase.cpp
+++ b/TAO/tao/ValueBase.cpp
@@ -196,7 +196,7 @@ CORBA_ValueBase::_tao_unmarshal_pre (TAO_InputCDR &strm,
return 0;
}
- factory = strm.orb_core ()->orb ()
+ factory = TAO_ORB_Core_instance ()->orb () // @@ %! right way to access ?
->lookup_value_factory (repo_id_stream.in());
if (factory == 0) // %! except.!
{