|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
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.
: ModuleIncident(source, TYPE(), module) { }
| static std::string ModuleLoadedIncident::TYPE | ( | ) | [inline, static] |
Definition at line 46 of file ModuleIncident.h.
{ return std::string("ModuleLoaded"); }