Salome HOME
Save foreach state - work in progress.
[modules/yacs.git] / src / engine / OptimizerLoop.hxx
index a5a23cc6818e3bfe9c6dc35fca8f43a04ab735db..75c2cf37d3a7f5e69c8be078c879fae5cd5ce855 100644 (file)
@@ -107,7 +107,7 @@ namespace YACS
       YACS::Event finalize();
 
     protected:
-      virtual YACS::Event updateStateOnFailedEventFrom(Node *node, const Executor *execInst);
+      virtual YACS::Event updateStateOnFailedEventFrom(Node *node);
       void buildDelegateOf(InPort * & port, OutPort *initialStart, const std::list<ComposedNode *>& pointsOfView);
       void buildDelegateOf(std::pair<OutPort *, OutPort *>& port, InPort *finalTarget, const std::list<ComposedNode *>& pointsOfView);
       void checkControlDependancy(OutPort *start, InPort *end, bool cross,