
{ This Type describes the interface to a SYStem supplied DEFAULT
{ CONDition HANDLER.

  TYPE
    pmt$sys_default_cond_handler = procedure
          (    condition: pmt$condition;
           VAR status: ost$status);

*copyc ost$status
*copyc pmt$condition
