From 816b1256f45a19c1d32d4b8e2fa6ee2a02bd3f70 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 26 Sep 2013 08:24:27 +0000 Subject: [PATCH] -#include "GEOM_Object.hxx" --- src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx index 5e31e09..58d275a 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx @@ -29,8 +29,6 @@ #include #include -#include - #include #include #include @@ -2905,8 +2903,8 @@ void BLSURFPlugin_Hypothesis_i::AddFacePeriodicityEntry(const char* theFace1Entr void BLSURFPlugin_Hypothesis_i::AddEdgePeriodicity(GEOM::GEOM_Object_ptr theFace1, GEOM::GEOM_Object_ptr theEdge1, - GEOM::GEOM_Object_ptr theFace2, GEOM::GEOM_Object_ptr theEdge2, - CORBA::Long edge_orientation) + GEOM::GEOM_Object_ptr theFace2, GEOM::GEOM_Object_ptr theEdge2, + CORBA::Long edge_orientation) throw (SALOME::SALOME_Exception){ ASSERT(myBaseImpl); @@ -2939,8 +2937,8 @@ void BLSURFPlugin_Hypothesis_i::AddEdgePeriodicity(GEOM::GEOM_Object_ptr theFace } void BLSURFPlugin_Hypothesis_i::AddEdgePeriodicityWithoutFaces(GEOM::GEOM_Object_ptr theEdge1, - GEOM::GEOM_Object_ptr theEdge2, - CORBA::Long edge_orientation) + GEOM::GEOM_Object_ptr theEdge2, + CORBA::Long edge_orientation) throw (SALOME::SALOME_Exception){ ASSERT(myBaseImpl); -- 2.39.2