]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/GraphBase/DataFlowBase_InLineNode.hxx
Salome HOME
NRI : Merge from 1.2c.
[modules/superv.git] / src / GraphBase / DataFlowBase_InLineNode.hxx
index e818348880fa3f3adf612da43e3596f944e6f9be..0e341765dbad95ccd52fd08905043779fffa0c59 100644 (file)
@@ -33,7 +33,7 @@ namespace GraphBase {
                   SALOME_NamingService* ptrNamingService ,
                   const char * DataFlowName ,
                   int * Graph_prof_debug = NULL ,
-                  ostream * Graph_fdebug = NULL ) ;
+                  ofstream * Graph_fdebug = NULL ) ;
       InLineNode( CORBA::ORB_ptr ORB ,
                   SALOME_NamingService* ptrNamingService ,
                   const SALOME_ModuleCatalog::Service& NodeService ,
@@ -48,7 +48,7 @@ namespace GraphBase {
                   const long   X ,
                   const long   Y ,
                   int * Graph_prof_debug = NULL ,
-                  ostream * Graph_fdebug = NULL ) ;
+                  ofstream * Graph_fdebug = NULL ) ;
       InLineNode( CORBA::ORB_ptr ORB ,
                   SALOME_NamingService* ptrNamingService ,
                   const char * FuncName ,
@@ -64,7 +64,7 @@ namespace GraphBase {
                   const long   X ,
                   const long   Y ,
                   int * Graph_prof_debug = NULL ,
-                  ostream * Graph_fdebug = NULL ) ;
+                  ofstream * Graph_fdebug = NULL ) ;
       virtual ~InLineNode() ;
 
       void SetPythonFunction( const char * FuncName ,