/* * Main.hh * * Created on: Feb 1, 2013 * Author: f.casimir */ #ifndef MAIN_HH_ #define MAIN_HH_ #include #include "Properties.hh" namespace AMDA { namespace Common { class Application { public: int main(int argc, char *argv[], std::function exec, bool skipPluginLoad = false); }; } /* namespace Common */ } /* namespace AMDA */ #endif /* MAIN_HH_ */