X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Arithmetic1D_i.hxx;fp=src%2FStdMeshers_I%2FStdMeshers_Arithmetic1D_i.hxx;h=0a295715049767ac545e58b98a7eadc7ada9391d;hb=44c1e310f0e1845b792d52bc089d7810a723247c;hp=abca74088dc810998e70fad86c0a29d8adaaa9b4;hpb=951dd4234ec84d147b1756bc04b6464c5332091c;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_Arithmetic1D_i.hxx b/src/StdMeshers_I/StdMeshers_Arithmetic1D_i.hxx index abca74088..0a2957150 100644 --- a/src/StdMeshers_I/StdMeshers_Arithmetic1D_i.hxx +++ b/src/StdMeshers_I/StdMeshers_Arithmetic1D_i.hxx @@ -53,14 +53,13 @@ public: // Set length // * OBSOLETE *. Avoid such a way of interface design - void SetLength( CORBA::Double theLength, CORBA::Boolean theIsStart ) - throw ( SALOME::SALOME_Exception ); + void SetLength( CORBA::Double theLength, CORBA::Boolean theIsStart ); // Sets parameter value - void SetStartLength( CORBA::Double length) throw (SALOME::SALOME_Exception); + void SetStartLength( CORBA::Double length); // Sets parameter value - void SetEndLength( CORBA::Double length) throw (SALOME::SALOME_Exception); + void SetEndLength( CORBA::Double length); // Get length CORBA::Double GetLength(CORBA::Boolean theIsStart);