X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_MaxLength_i.cxx;h=e6615ab46190c18db092812664041cdd05b22fc5;hb=16a07c876163e3c993e41db77e9181789b7324b8;hp=f26732a570ed558efdc4858b997e697f9d82f558;hpb=7eda9ca931ed2a11cb5e4637e4ffe19f5c061115;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_MaxLength_i.cxx b/src/StdMeshers_I/StdMeshers_MaxLength_i.cxx index f26732a57..e6615ab46 100644 --- a/src/StdMeshers_I/StdMeshers_MaxLength_i.cxx +++ b/src/StdMeshers_I/StdMeshers_MaxLength_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -17,7 +17,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses +// SMESH SMESH_I : idl implementation based on 'SMESH' unit's classes // File : StdMeshers_MaxLength_i.cxx // Module : SMESH // @@ -42,13 +42,11 @@ using namespace std; //============================================================================= StdMeshers_MaxLength_i::StdMeshers_MaxLength_i( PortableServer::POA_ptr thePOA, - int theStudyId, ::SMESH_Gen* theGenImpl ) : SALOME::GenericObj_i( thePOA ), SMESH_Hypothesis_i( thePOA ) { myBaseImpl = new ::StdMeshers_MaxLength( theGenImpl->GetANewId(), - theStudyId, theGenImpl ); } @@ -72,7 +70,6 @@ StdMeshers_MaxLength_i::~StdMeshers_MaxLength_i() */ //============================================================================= void StdMeshers_MaxLength_i::SetLength( CORBA::Double theLength ) - throw ( SALOME::SALOME_Exception ) { ASSERT( myBaseImpl ); try { @@ -93,7 +90,6 @@ void StdMeshers_MaxLength_i::SetLength( CORBA::Double theLength ) */ //============================================================================= void StdMeshers_MaxLength_i::SetUsePreestimatedLength( CORBA::Boolean toUse ) - throw ( SALOME::SALOME_Exception ) { ASSERT( myBaseImpl ); try {