Salome HOME
Correction of bug for HPContainers shared by different scripts.
[modules/yacs.git] / src / runtime / PythonNode.hxx
index 4fca1f072e4f970a54923db17f4f6f11a1c04d1f..8eef66b47372be94f0d28f05f55aba5e478bdf0f 100644 (file)
@@ -46,6 +46,9 @@ namespace YACS
       virtual const char *getSerializationScript() const = 0;
       //
       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;