]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Restore more precise signal detection as in SALOME V2.2.7, connected to Bug PAL11170
authorapo <apo@opencascade.com>
Tue, 7 Mar 2006 09:30:21 +0000 (09:30 +0000)
committerapo <apo@opencascade.com>
Tue, 7 Mar 2006 09:30:21 +0000 (09:30 +0000)
src/GEOMImpl/Makefile.in
src/GEOM_I/GEOM_Gen_i.cc

index d715111aa436857fe229ddee84da4842452d304c..1564d4ba67f341d15aa6e9d108dfc89789a1092d 100644 (file)
@@ -93,7 +93,7 @@ EXPORT_HEADERS= GEOMImpl_Gen.hxx \
 # additionnal information to compil and link file
 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS)
 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
-LDFLAGS  += -L${KERNEL_ROOT_DIR}/lib/salome $(CAS_LDPATH) -lTKCAF -lTKFillet -lTKOffset -lCASCatch -lGEOMbasic -lNMTAlgo -lGEOMAlgo -lShHealOper
+LDFLAGS  += -L${KERNEL_ROOT_DIR}/lib/salome $(CAS_LDPATH) -lTKCAF -lTKFillet -lTKOffset -lGEOMbasic -lNMTAlgo -lGEOMAlgo -lShHealOper
 
 
 # additional file to be cleaned
index c7a7f73f4c50c9835f22355de7b91435b04dbe2c..6837a939818c0e8dacb68e3e01d3682d72143443 100644 (file)
@@ -47,6 +47,7 @@
 #include <TCollection_AsciiString.hxx>
 #include <TColStd_HArray1OfInteger.hxx>
 #include <TopAbs_ShapeEnum.hxx>
+#include <OSD.hxx>
 
 #include "SALOMEDS_Tool.hxx"
 
@@ -67,6 +68,7 @@ GEOM_Gen_i::GEOM_Gen_i(CORBA::ORB_ptr orb,
 
   _impl = new ::GEOMImpl_Gen;
 
+  OSD::SetSignal( true );
 }