52 static std::string
TYPE() {
return "ModuleLoaded"; }
Incident(const std::string &source, const std::string &type)
Default Constructor.
const std::string & type() const
Access to the incident type.
const std::string & source() const
Access to the source of the incident.
ModuleIncident(std::string source, std::string type, std::string module)
const std::string & type() const
Access to the incident type.
std::string m_module
the model (DLL) being worked on
const std::string & source() const
Access to the source of the incident.
const std::string & module() const
the model (DLL) being worked on
virtual ~ModuleIncident()=default
ModuleLoadedIncident(std::string source, std::string module)
static std::string TYPE()