Dispatcher::TaskBatch::TaskBatch( ConstTaskNodePtr node, Gaffer::ConstContextPtr context ) : TaskBatch( node->taskPlug(), context ) { }
Dispatcher::TaskBatch::TaskBatch( ConstTaskNodePtr node, Gaffer::ConstContextPtr context ) : m_plug( node->taskPlug() ), m_context( context ), m_blindData( new CompoundData ) { }