mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-10 23:53:08 +05:00
PR: fix previous commit
This commit is contained in:
parent
2cb5a0ee33
commit
2af758c692
@ -21,14 +21,12 @@
|
|||||||
|
|
||||||
#include "SMESH_TryCatch.hxx"
|
#include "SMESH_TryCatch.hxx"
|
||||||
|
|
||||||
using namespace SMESH;
|
void SMESH::throwSalomeEx(const char* txt)
|
||||||
|
|
||||||
void throwSalomeEx(const char* txt)
|
|
||||||
{
|
{
|
||||||
throw SALOME_Exception( txt );
|
throw SALOME_Exception( txt );
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void doNothing(const char* txt)
|
void SMESH::doNothing(const char* txt)
|
||||||
{
|
{
|
||||||
MESSAGE( txt << " " << __FILE__ << ": " << __LINE__ );
|
MESSAGE( txt << " " << __FILE__ << ": " << __LINE__ );
|
||||||
}
|
}
|
||||||
|
@ -103,7 +103,7 @@
|
|||||||
namespace SMESH
|
namespace SMESH
|
||||||
{
|
{
|
||||||
void throwSalomeEx(const char* txt);
|
void throwSalomeEx(const char* txt);
|
||||||
inline void doNothing(const char* txt);
|
void doNothing(const char* txt);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user