X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGraphEditor%2FDataFlowEditor_DataFlow.lxx;fp=src%2FGraphEditor%2FDataFlowEditor_DataFlow.lxx;h=0dde21988d143239f34f18def77ca38e99fb7d6c;hb=7a8c8a266c74690ca0ecb1a593b74d3066dfb18f;hp=24f63f6f932c1423e893233dab6e184265c81c0f;hpb=c7f4a494ccbe30a7966b48996cfc63bed844d446;p=modules%2Fsuperv.git diff --git a/src/GraphEditor/DataFlowEditor_DataFlow.lxx b/src/GraphEditor/DataFlowEditor_DataFlow.lxx index 24f63f6..0dde219 100644 --- a/src/GraphEditor/DataFlowEditor_DataFlow.lxx +++ b/src/GraphEditor/DataFlowEditor_DataFlow.lxx @@ -378,7 +378,7 @@ inline bool GraphEditor::DataFlow::GetLinkCoord( const char* FromServiceParameterName , const char* ToNodeName , const char* ToServiceParameterName , - const int index , long &X , long &Y ) { + const int index , CORBA::Long &X , CORBA::Long &Y ) { return GraphEditor::OutNode::GetLinkCoord( FromNodeName , FromServiceParameterName , ToNodeName , @@ -489,7 +489,10 @@ inline long GraphEditor::DataFlow::LevelMax() { inline SUPERV::ListOfStrings * GraphEditor::DataFlow::LevelNodes(long aLevel ) { // if ( !IsValid( false ) ) { // if ( !IsExecutable() ) { - if ( !IsValid() ) { // mkr : IPAL9974 + // mkr : IPAL11571 --> + int SubStreamGraphsNumber = 0 ; + if ( !IsValid() || !Graph()->Sort( SubStreamGraphsNumber ) ) { // mkr : IPAL9974 + // mkr : IPAL11571 <-- return ((SUPERV::ListOfStrings * ) NULL ) ; } return Graph()->LevelNodes( aLevel ) ;