Commit 95d270ad authored by Julian Zobel's avatar Julian Zobel
Browse files

blocking UAVs as method in base Control

parent de44398e
......@@ -36,7 +36,7 @@ public interface BaseControl extends CommunicationInterfaceListener {
public UAVToBaseInterface retrieveUAV();
public UAVToBaseInterface retrieveAndBlockUAV(UUID strategyIdentifier);
public UAVToBaseInterface blockUAV(UUID strategyIdentifier);
public UAVToBaseInterface retrieveUAV(UUID strategyIdentifier);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment