]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Proc.hxx
Salome HOME
Fix the python API of the savestate feature.
[modules/yacs.git] / src / engine / Proc.hxx
index a09b026c9c4eb6c201b601562c3bc277db5f0118..95cc82d5700c1c0350482f8cbefdc6ab7543d46c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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();