AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ SetNames()

virtual void drama::Path::SetNames ( const bool  Flag = true)
inlinevirtualinherited

Insist that symbols known to IMP_Master be known to the task.

Used to control the inheritance of symbols (logical names and symbols under VMS, environment variables under UNIX) by the new task. If specified, this flag insists that symbols known to the IMP_Master task be inherited by the new task. If not set, it is at the discretion of the master task whether this is done.

(If this task has set the DITS_M_MAY_LOAD flag at start up, then it will be the symbols of this task, iff no master task is running)

Only used when loading the task.

Parameters
FlagThe value for the flag.

References drama::CreateRunDramaTask().