ready to implement external execution aspect of task

This commit is contained in:
Chris Punches
2017-06-26 22:27:24 -04:00
parent 0bd455dd97
commit c87a56eb37
8 changed files with 63 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ private:
Json::Value units_path;
public:
Conf( std::string filename );
Conf( std::string filename, bool verbose );
std::string get_plan_path();
std::string get_units_path();
};