]> SALOME platform Git repositories - modules/superv.git/blobdiff - src/GraphBase/DataFlowBase_DataNode.hxx
Salome HOME
DCQ:prepare 2.0.0
[modules/superv.git] / src / GraphBase / DataFlowBase_DataNode.hxx
index a6a57b014c4bf6352a16101a689acf5d06872fcb..57be206b3c0588a7089c3ee3f11b375b25dcbd5c 100644 (file)
 #ifndef _DATAFLOWBASE_DATANODE_HXX
 #define _DATAFLOWBASE_DATANODE_HXX
 
-#include "DataFlowBase_InLineNode.hxx"
+#include "DataFlowBase_GOTONode.hxx"
 
 namespace GraphBase {
 
-  class DataNode : public InLineNode {
+  class DataNode : public GOTONode {
 
     private:
 
@@ -48,7 +48,10 @@ namespace GraphBase {
       DataNode() ;
       DataNode( CORBA::ORB_ptr ORB ,
                 SALOME_NamingService* ptrNamingService ,
-                const char *DataFlowName ) ;
+                const char *DataFlowName ,
+                const SUPERV::KindOfNode DataFlowkind ,
+                int * Graph_prof_debug ,
+                ofstream * Graph_fdebug ) ;
       DataNode( CORBA::ORB_ptr ORB ,
                 SALOME_NamingService* ptrNamingService ,
                 const SALOME_ModuleCatalog::Service& DataFlowService ,