{
{    The purpose of this procedure is to initialize the template for the
{ Transport Acess Agent connection.  This procedure should be called only once
{ during NAM/VE initialization.
{
{       NLP$TA_INITIALIZE (APPLICATION_LAYER, CONNECT_EVENT_PROCESSOR,
{             EVENT_PROCESSOR)
{
{ APPLICATION_LAYER: (input)  This parameter specifies the application layer
{       that is the ultimate user of the given service access point.
{
{ CONNECT_EVENT_PROCESSOR: (input)  This parameter specifies a procedure in the
{       requestor's layer to be called to accept delivery of connect events
{       occurring on the service access point which is to be opened.  This
{       procedure will always be called in a NAM/VE system task.
{
{ EVENT_PROCESSOR: (input)  This parameter specifies a procedure in the
{       requestor's layer to be called to accept delivery of all events
{       delivered over an established connection.  This procedure can be called
{       in one of three different tasks:  the receiver's task, the sender's
{       task, or the system input task.  The receiver's task is the first
{       choice.  If the receiver is active and the job is not swapped out this
{       is the task the incoming event will be processed in.  If the receiver
{       is unavailable the sender's task is the second choice.  If the sender
{       is active and the job is not swapped out this is the task the incomming
{       event will be processed in.  IF neither the receiver nor the sender is
{       available the incoming event will be processed in the system input
{       task.  NOTE:  the exception is the "CLEAR_TO_SEND" where the first
{       choice for processing will be the sender's task, the second choice will
{       be the receiver's task, and the final choice is the system input task.
{
