Salome HOME
- New Version with PaCO++
[modules/kernel.git] / src / ParallelContainer / SALOME_ParallelContainer_i.cxx
index a7e60031dbc3dc544d4b1814381819bbacc13746..1d53af5639263a24cfbb85e35144740337c71761 100644 (file)
@@ -1082,6 +1082,19 @@ Engines_Parallel_Container_i::copyFile(Engines::Container_ptr container, const c
     }
 }
 
+/*! \brief create a PyNode object to execute remote python code
+ * \param nodeName the name of the node
+ * \param code the python code to load
+ * \return the PyNode
+ */
+Engines::PyNode_ptr 
+Engines_Parallel_Container_i::createPyNode(const char* nodeName, const char* code)
+{
+  INFOS("Python component not yet implemented");
+  Engines::PyNode_var node= Engines::PyNode::_nil();
+  return node._retn();
+}
+
 //=============================================================================
 /*! 
  *