Salome HOME
NRI : Merge from V1_2.
[modules/superv.git] / src / Supervision / CNode_Impl.hxx
index d6397a6da7f7c774c785a160f898ad9c090babc6..21ae26fc881468cf8d5ee13f55c11da12e21fa49 100644 (file)
@@ -1,11 +1,13 @@
-//=============================================================================
-// File      : CNode_Impl.hxx
-// Created   : 2003
-// Author    : Jean Rahuel
-// Project   : SALOME
-// Copyright : CEA
-// $Header: 
-//=============================================================================
+//  SUPERV Supervision : contains the implementation of interfaces of SuperVision described in SUPERV.idl
+//
+//  Copyright (C) 2003  CEA/DEN, EDF R&D
+//
+//
+//
+//  File   : CNode_Impl.hxx
+//  Author : Jean Rahuel
+//  Module : SUPERV
+//  $Header: 
 
 #ifndef _CNODE_IMPL_HXX_
 #define _CNODE_IMPL_HXX_
@@ -189,11 +191,14 @@ class CNode_Impl : public POA_SUPERV::CNode ,
     virtual bool SuspendDone() ;
     virtual bool Resume() ;
 
+    virtual bool Run() ;
     virtual bool ReRun() ;
     virtual bool ReRunAt( const char * aNodeName ) ;
     virtual bool ReStart() ;
     virtual bool ReStartAt( const char * aNodeName ) ;
 
+    virtual long CpuUsed() ;
+
 } ;
 
 #endif