Salome HOME
Merge branch 'V8_4_BR'
[modules/smesh.git] / src / SMESHUtils / SMESH_TryCatch.hxx
index 05d00a1b551b76b60b431565434e55b246ada466..9e5ffd755c71baa871d4418feee5f2d73d2afb8b 100644 (file)
@@ -33,7 +33,6 @@
 #include <Utils_SALOME_Exception.hxx>
 #include <Standard_Failure.hxx>
 #include <Standard_ErrorHandler.hxx>
-#include <Basics_OCCTVersion.hxx>
 #include <utilities.h>
 
 // IMPORTANT: include this file _after_ OCC ones, else OCC_CATCH_SIGNALS can be undefined!
@@ -108,6 +107,7 @@ namespace SMESH
 {
   SMESHUtils_EXPORT void throwSalomeEx(const char* txt);
   SMESHUtils_EXPORT void doNothing(const char* txt);
+  SMESHUtils_EXPORT const char* returnError(const char* txt);
 }
 
 #endif