X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_Arithmetic1D_i.cxx;fp=src%2FStdMeshers_I%2FStdMeshers_Arithmetic1D_i.cxx;h=341dcb5da26c741b3f2da90e1974ba1d7f5b29c4;hb=44c1e310f0e1845b792d52bc089d7810a723247c;hp=34d41e2c124693bb6084d442f93a2f067a32ef3f;hpb=951dd4234ec84d147b1756bc04b6464c5332091c;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_Arithmetic1D_i.cxx b/src/StdMeshers_I/StdMeshers_Arithmetic1D_i.cxx index 34d41e2c1..341dcb5da 100644 --- a/src/StdMeshers_I/StdMeshers_Arithmetic1D_i.cxx +++ b/src/StdMeshers_I/StdMeshers_Arithmetic1D_i.cxx @@ -77,7 +77,6 @@ StdMeshers_Arithmetic1D_i::~StdMeshers_Arithmetic1D_i() void StdMeshers_Arithmetic1D_i::SetLength(CORBA::Double theLength, CORBA::Boolean theIsStart ) - throw ( SALOME::SALOME_Exception ) { ASSERT( myBaseImpl ); try { @@ -101,7 +100,6 @@ void StdMeshers_Arithmetic1D_i::SetLength(CORBA::Double theLength, //============================================================================= void StdMeshers_Arithmetic1D_i::SetStartLength( CORBA::Double length) - throw (SALOME::SALOME_Exception) { SetLength( length, true ); } @@ -113,7 +111,6 @@ void StdMeshers_Arithmetic1D_i::SetStartLength( CORBA::Double length) //============================================================================= void StdMeshers_Arithmetic1D_i::SetEndLength( CORBA::Double length) - throw (SALOME::SALOME_Exception) { SetLength( length, false ); }