Salome HOME
PR: fix previous commit
[modules/smesh.git] / src / SMESHUtils / SMESH_TryCatch.cxx
index 3a1da18855885abcdb645e26ae9dfbe0fbe31efe..78808cf1c92d5dd2373f7bb937565e7b75646c62 100644 (file)
 
 #include "SMESH_TryCatch.hxx"
 
-using namespace SMESH;
-
-void throwSalomeEx(const char* txt)
+void SMESH::throwSalomeEx(const char* txt)
 {
   throw SALOME_Exception( txt );
 }
 
-inline void doNothing(const char* txt)
+void SMESH::doNothing(const char* txt)
 {
   MESSAGE( txt << " " << __FILE__ << ": " << __LINE__ );
 }