]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/OptimizerLoop.hxx
Salome HOME
Work in progress save and load state.
[modules/yacs.git] / src / engine / OptimizerLoop.hxx
index b489ee576c5d89baff364b0bd27961dc7f6b5850..2a098438a855d47aa4adfec2c2d1030c535610f2 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,