X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=dynamic%2Flauncher%2Fgx%2F00001%2FProcedure.hpp;h=7c833f93fb635d817c3171c1e971f8e7b6c186b5;hb=8a597c7ccbe2986f505fd70258e4b59ecef4166f;hp=884cad5230bfaed30596136b6476503a99fcc992;hpb=8b3eb3637cbe90fbabe70ec5667cce58cb7e368b;p=anna.git diff --git a/dynamic/launcher/gx/00001/Procedure.hpp b/dynamic/launcher/gx/00001/Procedure.hpp index 884cad5..7c833f9 100644 --- a/dynamic/launcher/gx/00001/Procedure.hpp +++ b/dynamic/launcher/gx/00001/Procedure.hpp @@ -11,7 +11,7 @@ // Project #include - +#include class Procedure { @@ -20,7 +20,8 @@ class Procedure { public: Procedure(anna::comm::Application *app) : a_app(app) {;} - virtual void execute(const std::string &args, std::string &response) throw(); + 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