From d1d8508bb0452708470fc0714123de846c57d251 Mon Sep 17 00:00:00 2001 From: cascade Date: Fri, 7 Apr 2006 19:58:02 +0000 Subject: [PATCH] OCC12131 Improvement of Exception mechanism on Unix and Linux platforms cdl, hxx, cxx --- src/IDLFront/IDLFront.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IDLFront/IDLFront.cxx b/src/IDLFront/IDLFront.cxx index a1a9710..359a3f7 100755 --- a/src/IDLFront/IDLFront.cxx +++ b/src/IDLFront/IDLFront.cxx @@ -170,6 +170,7 @@ int IDLTranslate(const Handle(MS_MetaSchema)& aMetaSchema, IDLFileName = aFileName; try { + OCC_CATCH_SIGNALS ErrorLevel = TraductionMain(aFileName->ToCString()); } catch(Standard_Failure) { -- 2.39.5