Salome HOME
Correction of bug for HPContainers shared by different scripts.
[modules/yacs.git] / src / runtime / PythonNode.hxx
index b4ddea49727461ffa6c6f22c0e457680a47d2f76..8eef66b47372be94f0d28f05f55aba5e478bdf0f 100644 (file)
@@ -48,6 +48,7 @@ namespace YACS
       void commonRemoteLoad(InlineNode *reqNode);
       void commonRemoteLoadPart1(InlineNode *reqNode);
       Engines::Container_var commonRemoteLoadPart2(InlineNode *reqNode, bool& isInitializeRequested);
+      void commonRemoteLoadPart3(InlineNode *reqNode, Engines::Container_ptr objContainer, bool isInitializeRequested);
     protected:
       PyObject *_context;
       PyObject *_pyfuncSer;