Salome HOME
updated copyright message
[modules/yacs.git] / src / engine / Visitor.hxx
index 51adcc328568465e450045380704d4e2b7c19f32..e45c14341c4bfbd75acf9861e208e242c70a2732 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2019  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
@@ -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;