--:::::::::::::: --ip_from_subnet_task_.ada --:::::::::::::: ----------------------------------------------------------------------- -- -- DoD Protocols NA-00001-200 80-00994-100(-) -- E-Systems, Inc. August 07, 1985 -- -- IP_FROM_SUBNET_TASK_.ADA Author : Jim Baldo -- ----------------------------------------------------------------------- package IP_FROM_SUBNET_TASK is ----------------------------------------------- --This implementation is for the DEC/Ada -- --compiler . -- ----------------------------------------------- task IP_GET_FROM_SUBNET_TASK; --This task will check to see if the subnet protocol --has a message to send to IP. end IP_FROM_SUBNET_TASK;