X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=dynamic%2Flauncher%2Fgx%2F00001%2FProcedure.hpp;h=d6afe5b5b1ca2981f1b3519c840f47fd4f1d16cd;hb=315432d00c203013462b27b2fb4dad0f518c9b10;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..d6afe5b 100644 --- a/dynamic/launcher/gx/00001/Procedure.hpp +++ b/dynamic/launcher/gx/00001/Procedure.hpp @@ -13,14 +13,13 @@ #include - class Procedure { anna::comm::Application *a_app; 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); }; #endif