From fd8691645597bb4b74ab7e4fa851024062f7f144 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 11 Dec 2009 10:41:21 +0000 Subject: [PATCH] 0020605: EDF 1190 SMESH: Display performance. 80 seconds for 52000 cells. +//! Returns host name + string getHostname(); --- idl/SALOME_Session.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idl/SALOME_Session.idl b/idl/SALOME_Session.idl index 502104a43..91d24cec9 100644 --- a/idl/SALOME_Session.idl +++ b/idl/SALOME_Session.idl @@ -89,6 +89,8 @@ module SALOME void ping(); //! Returns the PID of the server long getPID(); +//! Returns host name + string getHostname(); //! Get Active study ID long GetActiveStudyId(); //! Restores a state of the study at theSavePoint -- 2.39.2