1 // ANNA - Anna is Not Nothingness Anymore //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
9 #ifndef dynamic_launcher_gx_00001_hpp
10 #define dynamic_launcher_gx_00001_hpp
13 #include <anna/comm/comm.hpp>
18 anna::comm::Application *a_app;
21 Procedure(anna::comm::Application *app) : a_app(app) {;}
23 virtual void execute(const std::string &args, std::string &response) throw(anna::RuntimeException);