From 49b441a78055548171416d4e7a188f1b0e1bbef1 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 4 Dec 2013 08:04:46 +0000 Subject: [PATCH] Python containers are no more supported --- src/SALOMEDS/SALOMEDS_SimanStudy_i.cxx | 4 ---- 1 file changed, 4 deletions(-) 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 "<