X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=dynamic%2Flauncher%2Fdefault%2FProcedure.hpp;h=b8096bcb7e79863840762083ce0dd5a8b03b2a09;hb=d7b32ee56cf86c7702943d6afbac34c668b023ed;hp=c96ab071fcf6ad1ba95341d0f6a89bd3d141b10b;hpb=d723d5bf571eb48c641b092058eaa38bb6c4fcc8;p=anna.git diff --git a/dynamic/launcher/default/Procedure.hpp b/dynamic/launcher/default/Procedure.hpp index c96ab07..b8096bc 100644 --- a/dynamic/launcher/default/Procedure.hpp +++ b/dynamic/launcher/default/Procedure.hpp @@ -13,21 +13,13 @@ #include -namespace anna { - namespace diameter { - namespace comm { - class OriginHost; - } - } -} - 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, anna::diameter::comm::OriginHost *originHost) throw(anna::RuntimeException); + virtual void execute(const std::string &args, std::string &response) throw(anna::RuntimeException); }; #endif