-- -- Uwe R. Zimmer, Australia, July 2011 -- with Ada.Task_Identification; use Ada.Task_Identification;
with Swarm_Structures_Base; use Swarm_Structures_Base;
package Vehicle_Task_Type is
task type Vehicle_Task is
entry Identify (Set_Vehicle_No : Swarm_Element_Index; Local_Task_Id : out Task_Id);
end Vehicle_Task;
end Vehicle_Task_Type;