X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGraphEditor%2FDataFlowEditor_InNode.hxx;h=9a6bac596034ed4f16535e313e31f06a4bee2ac0;hb=b0ecd61d385f9eb924f633456a7b444dba1bfe77;hp=0bb2a91154b929c39c3ca92a52fad09a626e4357;hpb=a55132da45cf8b1c8a83246b8cd79c9414d839bc;p=modules%2Fsuperv.git diff --git a/src/GraphEditor/DataFlowEditor_InNode.hxx b/src/GraphEditor/DataFlowEditor_InNode.hxx index 0bb2a91..9a6bac5 100644 --- a/src/GraphEditor/DataFlowEditor_InNode.hxx +++ b/src/GraphEditor/DataFlowEditor_InNode.hxx @@ -222,8 +222,8 @@ namespace GraphEditor { void DelOutPort( const char * OutputParameterName ) { _ComputingNode->DelOutPort( OutputParameterName ) ; } ; - bool IsLinked(const char * ToServiceParameterName ) { - return _ComputingNode->IsLinked( ToServiceParameterName ) ; } ; + bool IsLinked(const char * ToServiceParameterName, bool isInput ) { + return _ComputingNode->IsLinked( ToServiceParameterName, isInput ) ; } ; // mkr : PAL8060 bool HasInput(const char * ToServiceParameterName ) { return _ComputingNode->HasInput( ToServiceParameterName ) ; } ;