Salome HOME
sources v1.2
[modules/kernel.git] / idl / SALOME_Component.idl
index f5fe50f56bef64f89622060c784d36b5f62271b8..085bf919be17a3ae64e6d97d9d22fec5efb12ff1 100644 (file)
@@ -1,11 +1,27 @@
-//=============================================================================
-// File      : SALOME_Component.idl
-// Created   : jeu jui 12 08:11:23 CEST 2001
-// Author    : Paul RASCLE, EDF
-// Project   : SALOME
-// Copyright : EDF 2001
-// $Header: /dn05/salome/CVS/SALOME_ROOT/idl/SALOME_Component.idl
-//=============================================================================
+//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
+// 
+//  This library is free software; you can redistribute it and/or 
+//  modify it under the terms of the GNU Lesser General Public 
+//  License as published by the Free Software Foundation; either 
+//  version 2.1 of the License. 
+// 
+//  This library is distributed in the hope that it will be useful, 
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+//  Lesser General Public License for more details. 
+// 
+//  You should have received a copy of the GNU Lesser General Public 
+//  License along with this library; if not, write to the Free Software 
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
+// 
+//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+//
+//
+//
+//  File   : SALOME_Component.idl
+//  Author : Paul RASCLE, EDF
+//  $Header: /dn05/salome/CVS/SALOME_ROOT/idl/SALOME_Component.idl
 
 #ifndef _SALOME_COMPONENT_IDL_
 #define _SALOME_COMPONENT_IDL_
@@ -111,6 +127,10 @@ module Engines
    Returns True if the activity of the %Component has been resumed.
 */
     boolean Resume_impl() ;
+/*!
+   Returns the Cpu used (long does not run with python !...)
+*/
+    long CpuUsed_impl() ;
   } ;
 } ;