{ This deck contains the constants used by application mgmt code to output
{ keypoints. These constants follow the order of the keypoints setup in
{ nak$am_keypoints_job_mode.


  CONST
{ The following constants are used by nam$application_event_processor.

    amk_process_connect_indication = 0,
    amk_poll_connections = 1,
    amk_initiate_new_dialogs = 2,

{ The following constants are used by nam$internal_connection_mgmt.

    amk_check_connection = 0,
    amk_check_switch_accept = 1,
    amk_check_switch_offer = 2,
    amk_monitor_server_connections = 3,
    amk_process_task_termination = 4,
    amk_remove_network_waits = 5,
    amk_accept_switch_offer = 6,
    amk_acquire_connection = 7,
    amk_cancel_switch_offer = 8,
    amk_offer_connection_switch = 9,
    amk_request_connection = 10,
    amk_begin_directory_search = 11,
    amk_end_directory_search  = 12,

{ The following constants are used by nam$application_management.

    amk_attach_server_application = 0,
    amk_detach_server_application = 1,
    amk_delete_connection = 2,
    amk_process_job_termination = 3,
    amk_add_server_title  = 4,
    amk_delete_server_title  = 5;

