]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
CCAR :
authorcaremoli <caremoli>
Fri, 26 Sep 2008 15:16:48 +0000 (15:16 +0000)
committercaremoli <caremoli>
Fri, 26 Sep 2008 15:16:48 +0000 (15:16 +0000)
commitf5b54d94659de8117d7f46d574ed3dfb2d42547f
tree8d62063d7781991e699ef19da550d9bf4a263eb0
parentf6823e7b3449e5b7b5718752c92533e0e79f86b3
CCAR :
INTERFACE CHANGE : add a boolean parameter regist with default value true to one Component constructor

It was needed to avoid calling registry two times for a python superv_component
Registry was called in the python constructor and in the corba proxy (class PySupervCompo)
that is used to implement DSC ports for python component.
As regist value is true by default there is no impact on other parts of KERNEL or of modules.
src/Container/Component_i.cxx
src/Container/SALOME_Component_i.hxx
src/DSC/DSC_Basic/DSC_i.cxx
src/DSC/DSC_Basic/DSC_i.hxx
src/DSC/DSC_User/Datastream/Calcium/Calcium.cxx
src/DSC/DSC_User/Superv_Component_i.cxx
src/DSC/DSC_User/Superv_Component_i.hxx