summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/Servants/Home_Servant_Impl_T.cpp')
-rw-r--r--modules/CIAO/ciao/Servants/Home_Servant_Impl_T.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.cpp b/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.cpp
index 5444b2ed0bd..a34a2f8b687 100644
--- a/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.cpp
+++ b/modules/CIAO/ciao/Servants/Home_Servant_Impl_T.cpp
@@ -163,6 +163,7 @@ namespace CIAO
typename COMP_SVNT::_exec_type::_ptr_type exe)
{
CIAO_TRACE ("Home_Servant_Impl<>::_ciao_activate_component");
+
CORBA::Object_var hobj = this->container_->get_objref (this);
@@ -193,7 +194,6 @@ namespace CIAO
this->container_->install_servant (svt,
Container_Types::COMPONENT_t,
oid.out ());
-
typedef typename COMP_SVNT::_stub_type stub_type;
typename COMP_SVNT::_stub_var_type ho = stub_type::_narrow (objref.in ());
@@ -203,7 +203,6 @@ namespace CIAO
this->objref_map_.bind (
oid.in (),
Components::CCMObject::_duplicate (ccmobjref.in ()));
-
return ho._retn ();
}