Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / SMESH_I / SMESH_Filter_i.hxx
index c2525267ddf50f69ee447f21912c0922ecd62915..bc647a31e8b9f6d81859c7404a260f6168df4942 100644 (file)
@@ -823,12 +823,12 @@ namespace SMESH
     void                    SetElementType( ElementType theType );
     void                    SetPoint( CORBA::Double x, CORBA::Double y, CORBA::Double z );
     void                    SetVertex( GEOM::GEOM_Object_ptr vertex )
-      throw (SALOME::SALOME_Exception);
+      ;
     void                    SetNode ( CORBA::Long nodeID )
-      throw (SALOME::SALOME_Exception);
+      ;
     void                    SetThreshold ( const char* threshold,
                                            SMESH::ConnectedElements::ThresholdType type )
-      throw (SALOME::SALOME_Exception);
+      ;
     char*                   GetThreshold ( SMESH::ConnectedElements::ThresholdType& type );
 
   private: