Salome HOME
NRI : Merge from 1.2c.
[modules/superv.git] / src / GraphEditor / DataFlowEditor_DataFlow.cxx
index 40e263912dd27cb08d888434026dedca6c48e745..73654b3268e01be71723a2ced1bf871a633cbfe4 100644 (file)
@@ -41,15 +41,20 @@ GraphEditor::DataFlow::DataFlow() :
   cdebug_out << "GraphEditor::DataFlow::DataFlowEditor()" << endl;
 }
 
+//extern ostream * fdebug ;
+
 GraphEditor::DataFlow::DataFlow( CORBA::ORB_ptr ORB,
                                  SALOME_NamingService* ptrNamingService ,
                                  const char *DataFlowName ,
                                  const char * DebugFileName ) :
   OutNode( ORB, ptrNamingService , DataFlowName , DebugFileName ) {
+//  cout << "GraphEditor::DataFlow::DataFlow(" ;
   cdebug_in << "GraphEditor::DataFlow::DataFlow(" ;
   if ( DataFlowName ) {
-    cdebug << DataFlowName ;
+//    cout << DataFlowName << " , " << DebugFileName ;
+    cdebug << DataFlowName << " , " << DebugFileName;
   }
+//  cout << ")" << endl;
   cdebug << ")" << endl;
 
   _theNamingService = ptrNamingService ;
@@ -58,6 +63,7 @@ GraphEditor::DataFlow::DataFlow( CORBA::ORB_ptr ORB,
   _Executing = false ;
 
   cdebug_out << "GraphEditor::DataFlow::DataFlow" << endl;
+//  fdebug = new ofstream( DebugFileName ); // GraphBase::Base::_fdebug ;
 }
 
 GraphEditor::DataFlow::DataFlow(