Given a taskType, returns an instance of the right type of task. More...
#include <taskDispatcher.h>
Public Member Functions | |
Task * | getTask (TaskDispatcher *disp, db_planner::DatabaseManager *mgr, db_planner::TaskRecord rec) |
Given a taskType, returns an instance of the right type of task.
Definition at line 99 of file taskDispatcher.h.
Task * TaskFactory::getTask | ( | TaskDispatcher * | disp, | |
db_planner::DatabaseManager * | mgr, | |||
db_planner::TaskRecord | rec | |||
) | [inline] |
Definition at line 235 of file taskDispatcher.cpp.