X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=dynamic%2Flauncher%2Fgx%2F00001%2FProcedure.cpp;fp=dynamic%2Flauncher%2Fgx%2F00001%2FProcedure.cpp;h=03e02eb57b3fafeee4237d1eae4d946160c2268a;hp=042efee9908589bea79d313a392380a1729d78fb;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/dynamic/launcher/gx/00001/Procedure.cpp b/dynamic/launcher/gx/00001/Procedure.cpp index 042efee..03e02eb 100644 --- a/dynamic/launcher/gx/00001/Procedure.cpp +++ b/dynamic/launcher/gx/00001/Procedure.cpp @@ -59,7 +59,7 @@ namespace { } } -void Procedure::execute(const std::string &args, std::string &response) throw(anna::RuntimeException) { +void Procedure::execute(const std::string &args, std::string &response) noexcept(false) { response = "Dynamic procedure failed to process '"; response += args; response += "': "; @@ -294,7 +294,7 @@ void Procedure::execute(const std::string &args, std::string &response) throw(a response += "CCR-Initial"; if (haveTermination) response += " + CCR-Termination"; } -void Procedure::execute(const nlohmann::json &args, std::string &response) throw(anna::RuntimeException) { +void Procedure::execute(const nlohmann::json &args, std::string &response) noexcept(false) { // Build the arguments string and call the previous centralized logic procedure execution: // ||||[|CCR-T xml file]