Salome HOME
Fix the python API of the savestate feature.
[modules/yacs.git] / src / engine / Proc.hxx
index f2a7ea96c34b0ed8b1db6baf53466a82dc2d33cd..95cc82d5700c1c0350482f8cbefdc6ab7543d46c 100644 (file)
@@ -98,6 +98,8 @@ namespace YACS
       virtual void setEdition(bool edition);
       virtual void modified();
       virtual void saveSchema(const std::string& xmlSchemaFile);
+      //! deprecated. See VisitorSalomeSaveState and schemaSaveState in order
+      //! to deal with the execution state of ForEachLoop.
       virtual void saveState(const std::string& xmlStateFile);
     protected:
       void removeContainers();