?? RIGHT := 110 ??
?? NEWTITLE := 'NOS/VE Operator Facility : Task Private Data', ??
MODULE ofm$task_private_data;

{ Purpose:
{ The purpose of this module is to declare [xdcl] the
{ task private data that is used by the operator facility.

?? TITLE := 'Global External Type Declarations', EJECT ??

?? PUSH (LIST := OFF) ??
*copyc oss$task_private
?? POP ??

  VAR
    ofv$task_display_open_count: [XDCL, oss$task_private] integer := 0;

MODEND ofm$task_private_data;
