]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/GraphBase/DataFlowBase_FactoryNode.hxx
Salome HOME
NRI : Merge from 1.2c.
[modules/superv.git] / src / GraphBase / DataFlowBase_FactoryNode.hxx
index 7c7e03d92e20d594c11d50ccdc2cff37245a0277..e4d86a8c732887c2a9d7e58834130f7541fef700 100644 (file)
@@ -35,7 +35,7 @@ namespace GraphBase {
             SALOME_NamingService* ptrNamingService ,
             const char * DataFlowName ,
             int * Graph_prof_debug = NULL ,
-            ostream * Graph_fdebug = NULL ) ;
+            ofstream * Graph_fdebug = NULL ) ;
       FactoryNode( CORBA::ORB_ptr ORB ,
             SALOME_NamingService* ptrNamingService ,
             const SALOME_ModuleCatalog::Service& NodeService ,
@@ -53,7 +53,7 @@ namespace GraphBase {
             const long   X ,
             const long   Y ,
             int * Graph_prof_debug = NULL ,
-            ostream * Graph_fdebug = NULL ) ;
+            ofstream * Graph_fdebug = NULL ) ;
       virtual ~FactoryNode() ;
 
       Engines::Container_var Container() const { return _Container ; } ;