From b64f0ab9695360ad37d53bcbfb470302f29d3193 Mon Sep 17 00:00:00 2001 From: caremoli Date: Fri, 9 Jan 2009 08:33:05 +0000 Subject: [PATCH] CCAR: add missing initialization of _container attribute in parallel constructor --- src/Container/Component_i.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Container/Component_i.cxx b/src/Container/Component_i.cxx index 93caf53ce..dfcae478f 100644 --- a/src/Container/Component_i.cxx +++ b/src/Container/Component_i.cxx @@ -203,6 +203,8 @@ Engines_Component_i::Engines_Component_i(CORBA::ORB_ptr orb, _orb = CORBA::ORB::_duplicate(orb); _poa = PortableServer::POA::_duplicate(poa); _contId = contId ; + CORBA::Object_var o = _poa->id_to_reference(*contId); // container ior... + _container=Engines::Container::_narrow(o); _notifSupplier = new NOTIFICATION_Supplier(instanceName, notif); } -- 2.39.2