Salome HOME
refactoring calculation progress meth
[modules/yacs.git] / src / engine / ForEachLoop.hxx
index 1e06554097687634b8804db652635ed165fe6ef2..d70259618bfaf919f7f1e815785d6437d271f25a 100644 (file)
@@ -192,6 +192,7 @@ namespace YACS
       virtual std::string typeName() {return "YACS__ENGINE__ForEachLoop";}
       virtual void resetState(int level);
       std::string getProgress() const;
+      std::list<ProgressWeight> getProgressWeight() const;
       int getCurrentIndex() const { return _currentIndex; }
       int getNbOfElementsToBeProcessed() const;
 #ifndef SWIG