From dd6321bf3bb3080cc812139cbafcf4b516613492 Mon Sep 17 00:00:00 2001 From: nri Date: Mon, 13 Oct 2003 14:11:52 +0000 Subject: [PATCH] sources v1.2c --- idl/SUPERV.idl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/idl/SUPERV.idl b/idl/SUPERV.idl index c92b7bf..b78f1e4 100644 --- a/idl/SUPERV.idl +++ b/idl/SUPERV.idl @@ -25,16 +25,14 @@ /*! \file SUPERV.idl This file contains a set of interfaces of the %SUPERVISION module */ -/*! - \defgroup Supervision SALOME SUPERVISION module -*/ + #ifndef __SUPERV_IDL__ #define __SUPERV_IDL__ #include "SALOME_ModuleCatalog.idl" #include "SALOME_Component.idl" #include "SALOMEDS.idl" -/*! \ingroup Supervision +/*! The main package of interfaces of %SUPERVISION module */ module SUPERV { @@ -414,7 +412,7 @@ Returns the current state of the graph. boolean Resume(); /*! - Restarts execution of the node(graph). + Restarts execution of the node. */ boolean ReRun(); /*! @@ -427,7 +425,7 @@ Restarts execution of the graph beginning from a definite node. */ boolean ReStart(); /*! -Restarts and suspends execution of the graph beginning from a definite node. +Restarts and suspends execution of the graph beginning from a defined node. */ boolean ReStartAt( in string aNodeName ); @@ -456,7 +454,9 @@ Returns the position of the node along X-axis. Returns the position of the node along Y-axis. */ long Y() ; - +/*! +Returns the Cpu used by a node in seconds. +*/ long CpuUsed() ; } ; -- 2.39.2