From: cascade Date: Fri, 7 Apr 2006 19:58:02 +0000 (+0000) Subject: OCC12131 Improvement of Exception mechanism on Unix and Linux platforms cdl, hxx... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d1d8508bb0452708470fc0714123de846c57d251;p=occt-wok.git OCC12131 Improvement of Exception mechanism on Unix and Linux platforms cdl, hxx, cxx --- 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) {