mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-02 06:34:30 +05:00
3a8dfa1bdb

+// A macro used in SMESH_TryCatch.hxx, +// it re-raises a CORBA SALOME exception thrown by SMESH_MeshEditor_i and caught by SMESH_CATCH +#define SMY_OWN_CATCH \ + catch ( SALOME::SALOME_Exception & e ) { throw e; } + void ClearLastCreated() throw (SALOME::SALOME_Exception);
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%