Salome HOME
Fix for improvement IPAL9815 : Remove "Add Port" functionality as duplicate of "Edit...
[modules/superv.git] / src / GraphBase / DataFlowBase_EndOfLoopNode.hxx
index ac01c2ee9d5af984e27634112fcdfd9cbe6ea311..70b1fa07e8231e058c03eb725e00e46b391106f6 100644 (file)
@@ -1,10 +1,13 @@
-//=============================================================================
-// File      : DataFlowBase_EndOfLoopNode.hxx
-// Created   : 2003
-// Author    : Jean Rahuel, CEA
-// Project   : SALOME
-// $Header:
-//=============================================================================
+//  SUPERV GraphBase : contains fondamental classes for Services, Input Ports, Output Ports Links and Nodes.
+//
+//  Copyright (C) 2003  CEA/DEN, EDF R&D
+//
+//
+//
+//  File   : DataFlowBase_EndOfLoopNode.hxx
+//  Author : Jean Rahuel, CEA
+//  Module : SUPERV
+//  $Header:
 
 #ifndef _DATAFLOWBASE_ENDOFLOOPNODE_HXX
 #define _DATAFLOWBASE_ENDOFLOOPNODE_HXX
@@ -35,7 +38,7 @@ namespace GraphBase {
                 const long   X ,
                 const long   Y ,
                 int * Graph_prof_debug = NULL ,
-                ostream * Graph_fdebug = NULL ) ;
+                ofstream * Graph_fdebug = NULL ) ;
       virtual ~EndOfLoopNode() ;
 
   };