Salome HOME
InitLoop and DoLoop parameters names
[modules/superv.git] / src / Supervision / Value_Impl.hxx
index 8c2bb2936e29e74316118822fc70ee958314aac3..0e55ee5bc270908ef595d67484809ee49fdf624f 100644 (file)
@@ -1,16 +1,35 @@
-//=============================================================================
-// File      : Value_Impl.hxx
-// Created   : Nov 2001
-// Author    : Jean Rahuel
-// Project   : SALOME
-// Copyright : CEA 2001
-// $Header: 
-//=============================================================================
+//  SUPERV Supervision : contains the implementation of interfaces of SuperVision described in SUPERV.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   : Value_Impl.hxx
+//  Author : Jean Rahuel
+//  Module : SUPERV
+//  $Header: 
 
 #ifndef _VALUE_IMPL_HXX_
 #define _VALUE_IMPL_HXX_
 
-#include <iostream.h>
+//#include <iostream.h>
 
 #include "CORBA.h"
 
@@ -18,6 +37,7 @@
 #include "SALOME_Component_i.hxx"
 #include "SALOME_LifeCycleCORBA.hxx"
 
+#include "DataFlowBase_Base.hxx"
 #include "DataFlowEditor_DataFlow.hxx"
 
 class Value_Impl : public POA_SUPERV::Value ,
@@ -30,6 +50,7 @@ class Value_Impl : public POA_SUPERV::Value ,
 
     GraphEditor::DataFlow * _DataFlowEditor ;
     GraphEditor::InNode *   _DataFlowNode ;
+    char *                  _NodeName ;
     char *                  _ParameterName ;
     bool                    _InputPort ;
     bool                    _InputValue ;