X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FWhileLoop.hxx;h=095878896832c16f96cf6f6e82281be90ca86a63;hb=4d3d082f3b27dc790520f78c275b19b02aa3dc68;hp=35c518dc97868f6c81ba3b1460321fd6d8d55059;hpb=313a04631c63078d01c2f643a53500ec549d034e;p=modules%2Fyacs.git diff --git a/src/engine/WhileLoop.hxx b/src/engine/WhileLoop.hxx index 35c518dc9..095878896 100644 --- a/src/engine/WhileLoop.hxx +++ b/src/engine/WhileLoop.hxx @@ -1,6 +1,26 @@ +// Copyright (C) 2006-2015 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, 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 +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// + #ifndef __WHILELOOP_HXX__ #define __WHILELOOP_HXX__ +#include "YACSlibEngineExport.hxx" #include "Loop.hxx" #include "ConditionInputPort.hxx" @@ -15,7 +35,7 @@ namespace YACS * This node makes steps while the condition is true * */ - class WhileLoop : public Loop + class YACSLIBENGINE_EXPORT WhileLoop : public Loop { protected: static const char NAME_OF_INPUT_CONDITION[];