able to move to plan impl now
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include "Task.h"
|
||||
|
||||
|
||||
Task::Task() {}
|
||||
|
||||
Task::Task( Json::Value loader_root )
|
||||
@@ -15,7 +14,6 @@ int Task::load_root(Json::Value loader_root)
|
||||
this->has_succeeded = false;
|
||||
}
|
||||
|
||||
|
||||
std::string Task::get_name()
|
||||
{
|
||||
return this->name;
|
||||
|
||||
Reference in New Issue
Block a user