Salome HOME
Merge ASERIS development.
[modules/smesh.git] / src / SMESHUtils / SMESH_TryCatch.cxx
index 1f987213a6fd97314b8898215c6e4fce757e3e8d..71e587caa6f566ecb4432640588176d0a7475bfc 100644 (file)
@@ -32,6 +32,12 @@ void SMESH::doNothing(const char* txt)
 {
   MESSAGE( txt << " " << __FILE__ << ": " << __LINE__ );
 }
+
+const char* SMESH::returnError(const char* txt)
+{
+  return txt;
+}
+
 // ------------------------------------------------------------------
 #include "SMESH_ComputeError.hxx"