X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=dynamic%2Flauncher%2Fdefault%2FProcedure.cpp;h=62b0ce2db934a23925f52cfa50775c9a2c7410ab;hb=d723d5bf571eb48c641b092058eaa38bb6c4fcc8;hp=57bb7e05a90ec57465495c365949e04c833469dd;hpb=127e9289b0f410f51a364ac887b6ab7ec58ec6d7;p=anna.git diff --git a/dynamic/launcher/default/Procedure.cpp b/dynamic/launcher/default/Procedure.cpp index 57bb7e0..62b0ce2 100644 --- a/dynamic/launcher/default/Procedure.cpp +++ b/dynamic/launcher/default/Procedure.cpp @@ -9,11 +9,14 @@ #include #include +// Project +#include + // Local #include "Procedure.hpp" -void Procedure::execute(const std::string &args, std::string &response) throw() { +void Procedure::execute(const std::string &args, std::string &response, anna::diameter::comm::OriginHost *originHost) throw(anna::RuntimeException) { response = "Empty default implementation. Make dynamic library and reimplement this method."; if (args != "" ) { response += " Provided argument(s) ignored: ";