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=3704a56843fd989f924b02614a14de8b0440f8cd;p=occt-wok.git OCC12131 Improvement of Exception mechanism on Unix and Linux platforms cdl, hxx, cxx --- diff --git a/src/WOKTCL/WOKTCL_DefaultCommand.cxx b/src/WOKTCL/WOKTCL_DefaultCommand.cxx index 4fb5b64..d6e93ff 100755 --- a/src/WOKTCL/WOKTCL_DefaultCommand.cxx +++ b/src/WOKTCL/WOKTCL_DefaultCommand.cxx @@ -68,6 +68,7 @@ Standard_Integer DefaultCommand(ClientData clientData, Tcl_Interp *, #endif try { + OCC_CATCH_SIGNALS WOKTools_Return returns;