X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FWhileLoop.cxx;h=1dab7f74f64552f8ad05a972def6e2dd5e547da5;hb=b3d523481abb9be0960b9dc69b1ad7e0330d8eb2;hp=efe9e2d75884104147e6f50b9321d7f4fc41cc56;hpb=f3b2b68ffecc5033287a7a255c8507f8989fb87f;p=modules%2Fyacs.git diff --git a/src/engine/WhileLoop.cxx b/src/engine/WhileLoop.cxx index efe9e2d75..1dab7f74f 100644 --- a/src/engine/WhileLoop.cxx +++ b/src/engine/WhileLoop.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2006-2013 CEA/DEN, EDF R&D +// Copyright (C) 2006-2021 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -89,7 +89,7 @@ Node *WhileLoop::simpleClone(ComposedNode *father, bool editionOnly) const return new WhileLoop(*this,father,editionOnly); } -InputPort *WhileLoop::getInputPort(const std::string& name) const throw(YACS::Exception) +InputPort *WhileLoop::getInputPort(const std::string& name) const { if(name==NAME_OF_INPUT_CONDITION) return (InputPort*)&_conditionPort; @@ -122,7 +122,7 @@ YACS::Event WhileLoop::updateStateOnFinishedEventFrom(Node *node) void WhileLoop::checkLinkPossibility(OutPort *start, const std::list& pointsOfViewStart, InPort *end, - const std::list& pointsOfViewEnd) throw(YACS::Exception) + const std::list& pointsOfViewEnd) { DEBTRACE("WhileLoop::checkLinkPossibility"); }