Salome HOME
The final tuning for remote python nodes.
[modules/yacs.git] / src / runtime / PythonNode.hxx
index 8ccd4ec1cef75edb3d390d0214048e08219467d8..4fca1f072e4f970a54923db17f4f6f11a1c04d1f 100644 (file)
@@ -38,7 +38,9 @@ namespace YACS
       PythonEntry();
       ~PythonEntry();
       virtual void assignRemotePyInterpretor(Engines::PyNodeBase_var remoteInterp) = 0;
+      //! returns (if any) an object, you have to deal with (UnRegister)
       virtual Engines::PyNodeBase_var retrieveDftRemotePyInterpretorIfAny(Engines::Container_ptr objContainer) const = 0;
+      //! returns an object, you have to deal with (UnRegister)
       virtual void createRemoteAdaptedPyInterpretor(Engines::Container_ptr objContainer) = 0;
       virtual Engines::PyNodeBase_var getRemoteInterpreterHandle() = 0;
       virtual const char *getSerializationScript() const = 0;