1. with Specs; use Specs; 
  2.  
  3. package Client_Agents is 
  4.  
  5.    task type Agent is 
  6.       entry Process (x : Pix_Range_x); 
  7.    end Agent; 
  8.  
  9. end Client_Agents;