X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FProc.hxx;h=95cc82d5700c1c0350482f8cbefdc6ab7543d46c;hb=28e60ce8c9ce4d1ced9a5b61ef58dc4919864d99;hp=f2a7ea96c34b0ed8b1db6baf53466a82dc2d33cd;hpb=716f06af1059838142bf1952d11d1b5a0f3f5141;p=modules%2Fyacs.git diff --git a/src/engine/Proc.hxx b/src/engine/Proc.hxx index f2a7ea96c..95cc82d57 100644 --- a/src/engine/Proc.hxx +++ b/src/engine/Proc.hxx @@ -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();