]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
CCAR: Correction of a problem with management of genericobj in SALOMEDS
authorcaremoli <caremoli>
Wed, 16 Sep 2009 14:09:48 +0000 (14:09 +0000)
committercaremoli <caremoli>
Wed, 16 Sep 2009 14:09:48 +0000 (14:09 +0000)
commit115adc0d40530e0b62d06808e17ec22aa5cc5ed2
tree678d1cb0916fa5da9406e1ca99f057f11e2fde0d
parentc17778cc2fb90a5e9b91b93e28f491dde49dd112
CCAR: Correction of a problem with management of genericobj in SALOMEDS
- Move the management from SALOMEDS_Study_i interface to SALOMEDSImpl_Study interface to
  be sure to be called in all situations : embedded or standalone
- Register and Destroy genericobj on calls to SetValue (AttributeIOR) but also when
  an AttributeIOR is removed
src/SALOMEDS/SALOMEDS_AttributeIOR_i.cxx
src/SALOMEDSImpl/Makefile.am
src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.cxx
src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx