AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ SetNames()

virtual void DcppTask::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.

Only used when loading the task.

Parameters
FlagThe value for the flag.