X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGraphBase%2FDataFlowBase_DataNode.cxx;h=b0644c839e1712cbed4d51420524d101f58a75b6;hb=89e1c3b01ab195d6004bc02b7a45c2fd593cae39;hp=2ffb9ba63a261d1463297f33a927831f40f1959a;hpb=b7b531f894fd0a967071ce2b05e0ced7b4743f3b;p=modules%2Fsuperv.git diff --git a/src/GraphBase/DataFlowBase_DataNode.cxx b/src/GraphBase/DataFlowBase_DataNode.cxx index 2ffb9ba..b0644c8 100644 --- a/src/GraphBase/DataFlowBase_DataNode.cxx +++ b/src/GraphBase/DataFlowBase_DataNode.cxx @@ -79,8 +79,9 @@ void GraphBase::DataNode::DataService( CORBA::ORB_ptr ORB , DefPortsOfNode( ORB , aService , NamePtr() , Kind() , Graph_prof_debug , Graph_fdebug ) ; - if ( _Created ) + if ( _Created ) { delete _DataFlowDataPorts ; + } SALOME_ModuleCatalog::Service aReversedService ; aReversedService.ServiceName = aService.ServiceName ; aReversedService.ServiceinParameter = aService.ServiceoutParameter ; @@ -119,8 +120,6 @@ int GraphBase::DataNode::CheckDataServerNodes() const { else { cdebug << "InPort " << anOutPort->PortName() << " " << anOutPort->PortType() << " " << anOutPort->PortStatus() << " of DataFlow " << Name() << " has Data : " -// << _DataFlowDataPorts->GetNodeOutPort(i)->Value() << " kind " -// << _DataFlowDataPorts->GetNodeOutPort(i)->Kind() << endl ; } }