X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=dynamic%2Flauncher%2Fgx%2F00001%2FProcedure.hpp;h=d6afe5b5b1ca2981f1b3519c840f47fd4f1d16cd;hp=b46ef740599396bb242574a28f1a2210386651f4;hb=a4a2ff4e20ddc4c6de7f2d3efd3acfb16c0d91c1;hpb=61f81319bb14f08094488e8a2478ff4e0d6d661a diff --git a/dynamic/launcher/gx/00001/Procedure.hpp b/dynamic/launcher/gx/00001/Procedure.hpp index b46ef74..d6afe5b 100644 --- a/dynamic/launcher/gx/00001/Procedure.hpp +++ b/dynamic/launcher/gx/00001/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