]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/GraphBase/DataFlowBase_ComputingNode.hxx
Salome HOME
NRI : Merge delta [V1_2, V1_2c].
[modules/superv.git] / src / GraphBase / DataFlowBase_ComputingNode.hxx
index 91a0f2d979fdab8fb64b895bab5e0be44bdafaf8..3774b2d5a01291d49f46bb745221d48be81b6bd0 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _DATAFLOWBASE_NODE_HXX
 #define _DATAFLOWBASE_NODE_HXX
 
+#include "SALOME_NamingService.hxx"
+
 #include "DataFlowBase_PortsOfNode.hxx"
 
 namespace GraphBase {
@@ -25,7 +27,7 @@ namespace GraphBase {
       CORBA::ORB_ptr         _ORB ;
       SALOME_NamingService * _NamingService ;
       int                  * _Graph_prof_debug ;
-      ostream              * _Graph_fdebug ;
+      ofstream             * _Graph_fdebug ;
       SUPERV::CNode_var      _Node ;
       void                 * _InNode ; // From GraphExecutor:: or GraphEditor::
       bool                   _ObjInterface ;
@@ -71,7 +73,7 @@ namespace GraphBase {
                      SALOME_NamingService* ptrNamingService ,
                      const char * DataFlowName ,
                      int * Graph_prof_debug = NULL ,
-                     ostream * Graph_fdebug = NULL ) ;
+                     ofstream * Graph_fdebug = NULL ) ;
       ComputingNode( CORBA::ORB_ptr ORB ,
                      SALOME_NamingService* ptrNamingService ,
                      const SALOME_ModuleCatalog::Service& NodeService ,
@@ -86,7 +88,7 @@ namespace GraphBase {
                      const long   X ,
                      const long   Y ,
                      int * Graph_prof_debug = NULL ,
-                     ostream * Graph_fdebug = NULL ) ;
+                     ofstream * Graph_fdebug = NULL ) ;
       virtual ~ComputingNode() ;
 
       SALOME_NamingService * NamingService() const {
@@ -281,7 +283,7 @@ namespace GraphBase {
                                const GraphBase::ListOfPythonFunctions PythonFunctions ,
                                int X , int Y ) const ;
 
-      void NodeInfo(ostrstream & s) const ;
+      void NodeInfo(ostream & s) const ;
 
       void ListLinks(ostream &f ) const ;