Salome HOME
updated copyright message
[modules/yacs.git] / src / engine / Visitor.hxx
index 888b12621cc65e77666ad04598980bc896a4bf02..e45c14341c4bfbd75acf9861e208e242c70a2732 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2023  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
@@ -33,6 +33,7 @@ namespace YACS
     class ElementaryNode;
     class ComposedNode;
     class ForEachLoop;
+    class ForEachLoopDyn;
     class OptimizerLoop;
     class DynParaLoop;
     class InlineNode;
@@ -57,6 +58,7 @@ namespace YACS
       virtual void visitBloc(Bloc *node) = 0;
       virtual void visitElementaryNode(ElementaryNode *node) = 0;
       virtual void visitForEachLoop(ForEachLoop *node) = 0;
+      virtual void visitForEachLoopDyn(ForEachLoopDyn *node) = 0;
       virtual void visitOptimizerLoop(OptimizerLoop *node) = 0;
       virtual void visitDynParaLoop(DynParaLoop *node) = 0;
       virtual void visitForLoop(ForLoop *node) = 0;