Salome HOME
Roll back for the keepgoing feature.
[modules/yacs.git] / src / engine / Bloc.hxx
index 23ceabdad66c6693a3ff4215d556ba787c946181..3cfec917263b5eab4445c9a4d2530a135dca5d40 100644 (file)
@@ -69,7 +69,7 @@ namespace YACS
       void checkNoCyclePassingThrough(Node *node) throw(Exception);
       std::vector< std::pair<OutGate *, InGate *> > getSetOfInternalCFLinks() const;
       YACS::Event updateStateOnFinishedEventFrom(Node *node);
-      YACS::Event updateStateOnFailedEventFrom(Node *node);
+      YACS::Event updateStateOnFailedEventFrom(Node *node, const Executor *execInst);
       void initComputation() const;
       void performCFComputationsOnlyOneLevel(LinkInfo& info) const;
       void performCFComputations(LinkInfo& info) const;