?? RIGHT := 110 ??
?? NEWTITLE := ' NOS/VE File Server: Monitor_stub', EJECT ??
MODULE dfm$monitor_stub;
{  This module provides a stub to allow the same code to be linked into
{  monitor, task services, and a stub environment
?? PUSH (LISTEXT := ON) ??
*copyc dfd$driver_queue_types
?? POP ??

  PROCEDURE [XDCL] dfp$test_driver (p_queue_interface_table:
   dft$p_queue_interface_table);

  PROCEND dfp$test_driver;
MODEND dfm$monitor_stub;
