Salome HOME
Add needed message for bug PAL5437.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Swig.i
index 2a99fe1922a3e399ba897d4e8aa81f06d97ff839..fe3925989c97f920c19856810022884a2262f7ab 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
 #include "SMESHGUI_Swig.hxx"
 %}
 
+/* Exception handler for all functions */
+%exception {
+    Py_BEGIN_ALLOW_THREADS
+    $action
+    Py_END_ALLOW_THREADS
+}
+
 %include "typemaps.i"
 
 class SMESH_Swig