add stubs to DoAction for replace, replaceUPS, poweroff, poweron
This commit is contained in:
parent
6986adf962
commit
e2de5b50f1
@ -260,6 +260,14 @@ namespace EduNetworkBuilder
|
|||||||
if (source != null)
|
if (source != null)
|
||||||
source.TracerouteFromHere(Destination);
|
source.TracerouteFromHere(Destination);
|
||||||
break;
|
break;
|
||||||
|
case NBAction.replace:
|
||||||
|
break;
|
||||||
|
case NBAction.replaceUPS:
|
||||||
|
break;
|
||||||
|
case NBAction.poweroff:
|
||||||
|
break;
|
||||||
|
case NBAction.poweron:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user