|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
fired when a module (DLL) is loaded More...
#include <ModuleIncident.h>


Public Member Functions | |
| ModuleLoadedIncident (const std::string &source, const std::string &module) | |
Static Public Member Functions | |
| static std::string | TYPE () |
fired when a module (DLL) is loaded
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.
00049 : ModuleIncident(source, TYPE(), module) { }
| static std::string ModuleLoadedIncident::TYPE | ( | ) | [inline, static] |
Definition at line 46 of file ModuleIncident.h.
00046 { return std::string("ModuleLoaded"); }