Salome HOME
[EDF28974] : Move to python implementation of driver and integrate monitoring into...
[modules/yacs.git] / src / yacsloader_swig / loader.i
index 3466b4c4f4267f6b721f66835456ffdd35d13587..e9b3f03131d923a901f4b80403656a8f6b64ae16 100644 (file)
 %import "xmlParserBase.hxx"
 %include "LoadState.hxx"
 
+namespace YACS
+{
+  namespace ENGINE
+  {
+    void loadState(YACS::ENGINE::Proc *p,const std::string& xmlStateFile);
+  }
+}