]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
CCAR: add a method to Container idl (create_component_instance_env) to be able
authorcaremoli <caremoli>
Tue, 16 Mar 2010 17:15:30 +0000 (17:15 +0000)
committercaremoli <caremoli>
Tue, 16 Mar 2010 17:15:30 +0000 (17:15 +0000)
commit14d0564de2d1c5d47a61c57bd8abf8aa367899b2
treee726cfd7800e945c19b229895803e430cc0bdd02
parentcd3fb3e33a92697af7330053a5f83cdc9e42f19c
CCAR: add a method to Container idl (create_component_instance_env) to be able
to create a standalone component (executable) with predefined environment variables.
It's mainly the same method as create_component_instance with a third argument that is
a dict(string,Any) to pass in the environment variables.
create_component_instance has been reimplemented by calling create_component_instance_env with an empty dict (for compatibility with 5.1.3)
MPIContainer and ParallelContainer have been updated
13 files changed:
idl/Makefile.am
idl/SALOME_Component.idl
src/Container/Component_i.cxx
src/Container/Container_i.cxx
src/Container/SALOME_ContainerManager.cxx
src/Container/SALOME_ContainerManager.hxx
src/Container/SALOME_Container_i.hxx
src/MPIContainer/MPIContainer_i.cxx
src/MPIContainer/MPIContainer_i.hxx
src/ParallelContainer/SALOME_ParallelContainerProxy_i.cxx
src/ParallelContainer/SALOME_ParallelContainerProxy_i.hxx
src/ParallelContainer/SALOME_ParallelContainer_i.cxx
src/ParallelContainer/SALOME_ParallelContainer_i.hxx