]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Add the KernelHelpers package that contains helper functions to deal with KERNEL...
authorboulant <boulant>
Thu, 20 Oct 2011 16:03:31 +0000 (16:03 +0000)
committerboulant <boulant>
Thu, 20 Oct 2011 16:03:31 +0000 (16:03 +0000)
commit5c3738ef9f5bc7877c57ee32a9efa582e3d9da5c
tree25e5e29a2ea10c83085d42a48639421016924a0f
parent1d41c61ab546c711eeecec62c7de8fd58ae2ef6e
Add the KernelHelpers package that contains helper functions to deal with KERNEL services and the study objects.
Tests and Documentation are initiated. To be completed.
13 files changed:
configure.ac
doc/salome/Makefile.am
doc/salome/main.dox
src/Basics/Basics_Utils.hxx
src/KernelHelpers/Makefile.am [new file with mode: 0644]
src/KernelHelpers/SALOMEDS_DriverDefaultImpl.cxx [new file with mode: 0644]
src/KernelHelpers/SALOMEDS_DriverDefaultImpl.hxx [new file with mode: 0644]
src/KernelHelpers/SALOME_KernelServices.cxx [new file with mode: 0644]
src/KernelHelpers/SALOME_KernelServices.hxx [new file with mode: 0644]
src/KernelHelpers/SALOME_StudyEditor.cxx [new file with mode: 0644]
src/KernelHelpers/SALOME_StudyEditor.hxx [new file with mode: 0644]
src/KernelHelpers/TestKernelHelpers.cxx [new file with mode: 0644]
src/Makefile.am