Salome HOME
fight warnings c++17 error throw(). Build SMESH finished.
[modules/smesh.git] / src / SMESH_I / SMESH_subMesh_i.hxx
index 8cb71469ed3d2aea4af4fd526ba1a88586576769..c51d1cdb333296350d96f9db0888f10ad3f1403c 100644 (file)
@@ -54,28 +54,28 @@ public:
   ~SMESH_subMesh_i();
 
   CORBA::Long GetNumberOfElements()
-    throw (SALOME::SALOME_Exception);
+    ;
   
   CORBA::Long  GetNumberOfNodes( CORBA::Boolean all )
-    throw (SALOME::SALOME_Exception);
+    ;
   
   SMESH::long_array* GetElementsId()
-    throw (SALOME::SALOME_Exception);
+    ;
 
   SMESH::long_array* GetElementsByType( SMESH::ElementType theElemType )
-    throw (SALOME::SALOME_Exception);
+    ;
   
   SMESH::ElementType GetElementType( CORBA::Long id, bool iselem )
-    throw (SALOME::SALOME_Exception);
+    ;
   
   SMESH::long_array* GetNodesId()
-    throw (SALOME::SALOME_Exception);
+    ;
   
   SMESH::SMESH_Mesh_ptr GetFather()
-    throw (SALOME::SALOME_Exception);
+    ;
   
   GEOM::GEOM_Object_ptr GetSubShape()
-    throw (SALOME::SALOME_Exception);
+    ;
 
   CORBA::Long GetId();
 
@@ -145,7 +145,7 @@ class SMESH_I_EXPORT SMESH_Invalid_subMesh_i:
                            GEOM::GEOM_Object_ptr   shape);
 
   virtual GEOM::GEOM_Object_ptr GetSubShape()
-    throw (SALOME::SALOME_Exception);
+    ;
 
  protected: