From: eap Date: Thu, 26 Sep 2013 08:24:27 +0000 (+0000) Subject: -#include "GEOM_Object.hxx" X-Git-Tag: V7_3_0a1~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=816b1256f45a19c1d32d4b8e2fa6ee2a02bd3f70;p=plugins%2Fblsurfplugin.git -#include "GEOM_Object.hxx" --- 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);