Salome HOME
[EDF28974] : Move to python implementation of driver and integrate monitoring into...
[modules/yacs.git] / src / runtime / VisitorSalomeSaveState.hxx
index 3136955142325dc653c71502574a04b4626d551f..4c3a8e4302d370910ce5b4c815050977d9e616a0 100644 (file)
@@ -36,9 +36,10 @@ namespace YACS
       virtual void visitForEachLoop(ForEachLoop *node);
     };
 
-    YACSLIBENGINE_EXPORT void schemaSaveState(Proc* proc,
+    YACSRUNTIMESALOME_EXPORT void schemaSaveState(Proc* proc,
                                               Executor* exec,
                                               const std::string& xmlSchemaFile);
+    YACSRUNTIMESALOME_EXPORT void schemaSaveStateUnsafe(Proc* proc, const std::string& xmlSchemaFile);
   }
 }
 #endif // VISITORSALOMESAVESTATE_HXX