Salome HOME
Fix the python API of the savestate feature.
[modules/yacs.git] / src / runtime_swig / SALOMERuntime.i
index c28691cd327c3a360bb853b61da13bd0aa8f5512..59ce1a3d04e25f57c71f55607ce95014e601d849 100644 (file)
@@ -140,12 +140,9 @@ namespace YACS
 {
   namespace ENGINE
   {
-    class SchemaSaveState
-    {
-    public:
-      SchemaSaveState(Proc* proc, Executor* exec);
-      virtual void save(std::string xmlSchemaFile);
-    };
+    void schemaSaveState(Proc* proc,
+                         Executor* exec,
+                         const std::string& xmlSchemaFile);
   }
 }