From 00aaf40434a4c1fdffc95afde3f5a5b0bdfc7d20 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 7 Mar 2006 09:31:21 +0000 Subject: [PATCH] Restore more precise signal detection as in SALOME V2.2.7, connected to Bug PAL11170 --- src/CONVERTOR/VISU_MedConvertor.cxx | 2 +- src/VISU_I/Makefile.in | 1 - src/VISU_I/VISU_Gen_i.cc | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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; -- 2.39.2