Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Geometric1D_i.hxx
index 08e4a02e56b18e286344c68769ded41af002001f..225c353456b0bba51d0b96d0142c9005fa2feca7 100644 (file)
@@ -49,8 +49,8 @@ class STDMESHERS_I_EXPORT StdMeshers_Geometric1D_i:
   StdMeshers_Geometric1D_i( PortableServer::POA_ptr thePOA,
                             ::SMESH_Gen*            theGenImpl );
 
-  void SetStartLength(CORBA::Double length) throw(SALOME::SALOME_Exception);
-  void SetCommonRatio(CORBA::Double factor) throw(SALOME::SALOME_Exception);
+  void SetStartLength(CORBA::Double length);
+  void SetCommonRatio(CORBA::Double factor);
 
   CORBA::Double GetStartLength();
   CORBA::Double GetCommonRatio();