X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=dynamic%2Flauncher%2Fgx%2F00001%2FProcedure.hpp;h=e89dc3d84010fd427f72287f0b09d61b8fc1afdd;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=884cad5230bfaed30596136b6476503a99fcc992;hpb=127e9289b0f410f51a364ac887b6ab7ec58ec6d7;p=anna.git diff --git a/dynamic/launcher/gx/00001/Procedure.hpp b/dynamic/launcher/gx/00001/Procedure.hpp index 884cad5..e89dc3d 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) noexcept(false); + virtual void execute(const nlohmann::json &args, std::string &response) noexcept(false); }; #endif