]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Bloc.cxx
Salome HOME
Needed API modification before the concrete implementation.
[modules/yacs.git] / src / engine / Bloc.cxx
index b12217dfb02b919e2637203f5cced5bc8e102a35..4c82d55db9822adc7530af349eebf73216b7237c 100644 (file)
@@ -349,7 +349,7 @@ YACS::Event Bloc::updateStateOnFinishedEventFrom(Node *node)
  * \param node : node that has emitted the event
  * \return the event to notify to bloc's father
  */
-YACS::Event Bloc::updateStateOnFailedEventFrom(Node *node)
+YACS::Event Bloc::updateStateOnFailedEventFrom(Node *node, const Executor *execInst)
 {
   node->exForwardFailed();
   if(areAllSubNodesFinished())