Salome HOME
bos #41408 [EDF - 29761] KERNEL_Launcher and KERNEL_Launcher_SWIG failed
[modules/yacs.git] / src / runtime_swig / SALOMERuntime.i
index 0913016f6c9c97ded67231e92ff85b3e71c39daa..b25c31f0fa86091ca85bb2ebb8ac7bf86c4eb203 100644 (file)
@@ -137,7 +137,7 @@ static PyObject *convertContainer2(YACS::ENGINE::Container *cont, int owner=0)
 %rename(getSALOMERuntime) YACS::ENGINE::getSALOMERuntime; // to suppress a 503 warning
 %ignore omniORBpyAPI;
 
-%include <YACSRuntimeSALOMEExport.hxx>
+%include "YACSRuntimeSALOMEExport.hxx"
 %include "SalomeContainer.hxx"
 %include "SalomeHPContainer.hxx"
 %include "RuntimeSALOME.hxx"
@@ -256,7 +256,7 @@ namespace YACS
 {
   namespace ENGINE
   {
-    class ThreadDumpState
+    class YACSRUNTIMESALOME_EXPORT ThreadDumpState
     {
     public:
       ThreadDumpState(Proc *proc, int nbSeconds, const std::string& dumpFile, const std::string& lockFile);