Salome HOME
MPI fixes.
[modules/kernel.git] / src / Container / Component_i.cxx
index 5cd709ace0d7a4fb17df421938ed347771906e08..d45bd4ed81f7c65c928cb7184d67a319472bf34c 100644 (file)
@@ -167,7 +167,9 @@ Engines_Component_i::Engines_Component_i(CORBA::ORB_ptr orb,
   setContainerName();
   const CORBA::String_var ior = _orb->object_to_string(_container);
   if(regist)
+  {
     _myConnexionToRegistry = new RegistryConnexion(0, 0, ior,"theSession", _instanceName.c_str());
+  }
   if(notif)
     _notifSupplier = new NOTIFICATION_Supplier(instanceName, notif);