X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=dynamic%2Flauncher%2Fdefault%2FProcedure.hpp;h=4d85411af83961f27711d2953a3072c4bbd38785;hp=b8096bcb7e79863840762083ce0dd5a8b03b2a09;hb=8a597c7ccbe2986f505fd70258e4b59ecef4166f;hpb=3753f8bd8025131cc0b62da8942daefc376c1c46 diff --git a/dynamic/launcher/default/Procedure.hpp b/dynamic/launcher/default/Procedure.hpp index b8096bc..4d85411 100644 --- a/dynamic/launcher/default/Procedure.hpp +++ b/dynamic/launcher/default/Procedure.hpp @@ -11,6 +11,7 @@ // Project #include +#include class Procedure { @@ -20,6 +21,7 @@ class Procedure { Procedure(anna::comm::Application *app) : a_app(app) {;} virtual void execute(const std::string &args, std::string &response) throw(anna::RuntimeException); + virtual void execute(const nlohmann::json &args, std::string &response) throw(anna::RuntimeException); }; #endif