]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/runtime/DistributedPythonNode.hxx
Salome HOME
Management of initialization with a python script only the first time.
[modules/yacs.git] / src / runtime / DistributedPythonNode.hxx
index 3a49bd999cac13853442fb4a45066a13856edca9..99d5694404599f4a28775d8c2c3eec167b66a241 100644 (file)
@@ -34,6 +34,8 @@
 #include <Python.h>
 #include <omniORB4/CORBA.h>
 #include "YACSRuntimeSALOMEExport.hxx"
+#include <SALOMEconfig.h>
+#include CORBA_CLIENT_HEADER(SALOME_PyNode)
 
 namespace YACS
 {
@@ -66,6 +68,7 @@ namespace YACS
       PyObject* _context;
       PyObject* _pyfuncSer;
       PyObject* _pyfuncUnser;
+      Engines::PyNode_var _pynode;
     };
   }
 }