From 6a8468fe660ab331f27e67815290ecd4adfc01fe Mon Sep 17 00:00:00 2001 From: fkl Date: Wed, 11 Feb 2004 11:11:52 +0000 Subject: [PATCH] new functionnalities for colocalisation performance in GEOMClient --- idl/SALOME_Component.idl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/idl/SALOME_Component.idl b/idl/SALOME_Component.idl index ad9be3b06..a18580fe7 100644 --- a/idl/SALOME_Component.idl +++ b/idl/SALOME_Component.idl @@ -83,6 +83,14 @@ module Engines Returns True if the %container has been killed */ boolean Kill_impl() ; +/*! + Returns the hostname of the container +*/ + string getHostName(); +/*! + Returns the PID of the container +*/ + long getPID(); }; /*! \brief Interface of the %component -- 2.39.2