{
{    The purpose of this request is to deliver a title translation.  A title
{  translation consists of the network address registered in the CDNA Directory
{  with the title and, optionally, certain other attributes of the server
{  application which registered the title.
{
{    Title translations are made available for delivery by a directory search
{  activity, which is initiated via the nap$begin_directory_search request.
{  The osp$await_activity_completion request may be used to wait for a title
{  translation to be available for delivery.
{
{    If no title translation is available for delivery when this request is
{  made, the request waits a specified interval of time for a translation to
{  become available (and completes as soon as a translation is available).  If
{  no translation becomes available within this interval, an abnormal status is
{  returned.
{
{    A non-recurrent directory search completes once an initial scan of the
{  CDNA Directory has been performed.  Once all title translations have been
{  delivered for a completed directory search, the nap$get_title_translation
{  request returns abnormal status with the condition
{  nae$directory_search_complete.
{
{        NAP$GET_TITLE_TRANSLATION (SEARCH_IDENTIFIER, WAIT_TIME, ATTRIBUTES,
{          NETWORK_ADDRESS, STATUS)
{
{  SEARCH_IDENTIFIER: (input) This parameter specifies the identifier of the
{        directory search for which a title translation is to be delivered.
{
{  WAIT_TIME: (input) This parameter specifies the number of milliseconds that
{        the request is to wait for a title translation to become available for
{        delivery.
{
{        Since a non-recurrent request has a finite duration and this request
{        completes immediately once the search is complete, it is appropriate
{        to wait indefinitely for a non-recurrent search.  However, the
{        duration of a recurrent search is limited only by the actions of the
{        initiating task.  Thus this request should not wait indefinitely for a
{        recurrent search.
{
{  ATTRIBUTES: (input-output) This parameter specifies the attributes of the
{        translated title which are to be delivered.  A NIL pointer may be
{        specified to indicate that no attributes are to be delivered.
{
{        The following attributes may be returned:
{
{          nac$translation_title: Specifies the title which has been
{            translated.
{
{          nac$translation_priority: Specifies the priority registered in the
{            CDNA Directory with the translated title.  This attribute
{            specifies the priority of the server that registered the title
{            relative to other servers that register the same title.
{
{          nac$translation_data: Specifies the application-specific data
{            registered in the CDNA Directory with the translated title.  The
{            syntax and semantics of this data are determined by the server
{            application.
{
{          nac$translation_protocol: Specifies the protocol registered in the
{            CDNA Directory with the translated title.  This attribute specifies
{            the type of connection that the server application accepts.
{
{  NETWORK_ADDRESS: (output) This parameter specifies the network address
{        registered in the CDNA Directory for the title translation being
{        delivered.
{
{  STATUS: (output) This parameter specifies the request status.
{        CONDITIONS: nae$directory_search_complete
{              nae$invalid_directory_search_id
{              nae$invalid_selector
{              nae$no_translation_available
{              nae$variable_too_small
{
