summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_ORB_Loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_ORB_Loader.cpp')
-rw-r--r--TAO/tao/RTCORBA/RT_ORB_Loader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTCORBA/RT_ORB_Loader.cpp b/TAO/tao/RTCORBA/RT_ORB_Loader.cpp
index 82ec69e76e4..9e70b58dd2f 100644
--- a/TAO/tao/RTCORBA/RT_ORB_Loader.cpp
+++ b/TAO/tao/RTCORBA/RT_ORB_Loader.cpp
@@ -165,12 +165,12 @@ TAO_RT_ORB_Loader::create_object (CORBA::ORB_ptr orb,
// Return RT_ORB
CORBA::Object_ptr rt_orb = CORBA::Object::_nil ();
- // Check that all of the RTCORBA hooks have been initialized
+ // Check that all of the RTCORBA hooks have been initialized
// successfully.
if (this->initialized_)
{
ACE_NEW_THROW_EX (rt_orb,
- TAO_RT_ORB (orb),
+ TAO_RT_ORB (orb->orb_core ()),
CORBA::NO_MEMORY (
CORBA::SystemException::_tao_minor_code (
TAO_DEFAULT_MINOR_CODE,