|
@@ -309,10 +309,12 @@ type
|
|
if res # 0 then return; end; (*! do not do anything in case of an error *)
|
|
if res # 0 then return; end; (*! do not do anything in case of an error *)
|
|
if EnableTrace then trace(netPort, cellPort); end;
|
|
if EnableTrace then trace(netPort, cellPort); end;
|
|
(*! check correctness of delegation which is not 100% guaranteed by the operator ">>" *)
|
|
(*! check correctness of delegation which is not 100% guaranteed by the operator ">>" *)
|
|
|
|
+ (*
|
|
if ~netPort(Port).owner.isCellnet or (cellPort(Port).owner = netPort(Port).owner) then
|
|
if ~netPort(Port).owner.isCellnet or (cellPort(Port).owner = netPort(Port).owner) then
|
|
res := -1;
|
|
res := -1;
|
|
return;
|
|
return;
|
|
end;
|
|
end;
|
|
|
|
+ *)
|
|
netPort(Port).Delegate(cellPort(Port));
|
|
netPort(Port).Delegate(cellPort(Port));
|
|
end Delegate;
|
|
end Delegate;
|
|
|
|
|