From: vsr Date: Wed, 4 Dec 2013 08:04:46 +0000 (+0000) Subject: Python containers are no more supported X-Git-Tag: V7_3_0b1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=49b441a78055548171416d4e7a188f1b0e1bbef1;p=modules%2Fkernel.git Python containers are no more supported --- diff --git a/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx b/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx index 22236afbe..1a9382933 100644 --- a/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx +++ b/src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx @@ -114,8 +114,6 @@ void SALOMEDS_SimanStudy_i::CheckOut(SALOMEDS::Study_ptr theTarget) SimanIO_Configuration::ActivitiesIterator actIter(*_checkedOut); for(; actIter.More(); actIter.Next()) { Engines::EngineComponent_var aComp = - SALOME_LifeCycleCORBA(_name_service).FindOrLoad_Component("FactoryServerPy", actIter.Activity().Module()); - if (CORBA::is_nil(aComp)) // it is not python container, try to find in C++ container SALOME_LifeCycleCORBA(_name_service).FindOrLoad_Component("FactoryServer", actIter.Activity().Module()); if (CORBA::is_nil(aComp)) { MESSAGE("Checkout: component "<