X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FWhileLoop.cxx;h=1dab7f74f64552f8ad05a972def6e2dd5e547da5;hb=b3d523481abb9be0960b9dc69b1ad7e0330d8eb2;hp=a057517de58d10e31eb8e930a501539bfc4ced4e;hpb=be9f7c7b6cf3667372774f42b20a23e6e3c3e96c;p=modules%2Fyacs.git diff --git a/src/engine/WhileLoop.cxx b/src/engine/WhileLoop.cxx index a057517de..1dab7f74f 100644 --- a/src/engine/WhileLoop.cxx +++ b/src/engine/WhileLoop.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 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 @@ -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 +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) + const std::list& pointsOfViewEnd) { DEBTRACE("WhileLoop::checkLinkPossibility"); }