fired when a module (DLL) is loaded
More...
#include <GaudiKernel/ModuleIncident.h>
|
static std::string | TYPE () |
|
fired when a module (DLL) is loaded
- Author
- P. Calafiura
- Id
- ModuleIncident.h,v 1.1 2006/12/10 20:29:17 leggett Exp
Definition at line 44 of file ModuleIncident.h.
ModuleLoadedIncident::ModuleLoadedIncident |
( |
const std::string & |
source, |
|
|
const std::string & |
module |
|
) |
| |
|
inline |
Definition at line 47 of file ModuleIncident.h.
const std::string & source() const
Access to the source of the incident.
const std::string & module() const
the model (DLL) being worked on
ModuleIncident(const std::string &source, const std::string &type, const std::string &module)
static std::string TYPE()
static std::string ModuleLoadedIncident::TYPE |
( |
| ) |
|
|
inlinestatic |
Definition at line 46 of file ModuleIncident.h.
46 {
return std::string(
"ModuleLoaded"); }
The documentation for this class was generated from the following file: