9 #ifndef anna_comm_Application_hpp 10 #define anna_comm_Application_hpp 27 class TransportFactory;
65 Application(
const char *shortName,
const char *title,
const char *version,
const char* date = NULL,
const char* time = NULL);
70 virtual void signalTerminate() noexcept(
false);
74 bool supportCommunication()
const {
return true; }
Definition: Application.hpp:44
Definition: Communicator.hpp:79
Definition: Application.hpp:35
xml::Node Node
Definition: Node.hpp:21
static comm::Application & getApp() noexcept(false)
Definition: TransportFactory.hpp:30