From: apo Date: Tue, 7 Mar 2006 09:31:21 +0000 (+0000) Subject: Restore more precise signal detection as in SALOME V2.2.7, connected to Bug PAL11170 X-Git-Tag: mergeto_trunk_13Mar06~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=00aaf40434a4c1fdffc95afde3f5a5b0bdfc7d20;p=modules%2Fvisu.git Restore more precise signal detection as in SALOME V2.2.7, connected to Bug PAL11170 --- diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 80b6976b..c905b9ee 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -34,7 +34,7 @@ #include "MED_GaussUtils.hxx" #include "MED_Utilities.hxx" -#include "CASCatch_CatchSignals.hxx" +#include "CASCatch.hxx" #include diff --git a/src/VISU_I/Makefile.in b/src/VISU_I/Makefile.in index 616ffe41..caa66147 100644 --- a/src/VISU_I/Makefile.in +++ b/src/VISU_I/Makefile.in @@ -120,7 +120,6 @@ LIBS+= -lboost_signals${BOOST_LIBSUFFIX} \ -lTOOLSDS \ -lOpUtil \ -lEvent \ - -lCASCatch \ -lSalomeApp \ -lSalomeSession \ -lVTKViewer \ diff --git a/src/VISU_I/VISU_Gen_i.cc b/src/VISU_I/VISU_Gen_i.cc index 4a850c12..c5a950cc 100644 --- a/src/VISU_I/VISU_Gen_i.cc +++ b/src/VISU_I/VISU_Gen_i.cc @@ -85,7 +85,7 @@ #include #include "Utils_ExceptHandlers.hxx" -#include "CASCatch_CatchSignals.hxx" +#include "CASCatch.hxx" using namespace std;