ModuleLoadedIncident Class Reference
#include <ModuleIncident.h>
List of all members.
Detailed Description
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.
|
Public Member Functions |
| | ModuleLoadedIncident (const std::string &source, const std::string &module) |
Static Public Member Functions |
| static std::string | TYPE () |
Constructor & Destructor Documentation
| ModuleLoadedIncident::ModuleLoadedIncident |
( |
const std::string & |
source, |
|
|
const std::string & |
module | |
|
) |
| | [inline] |
Member Function Documentation
| static std::string ModuleLoadedIncident::TYPE |
( |
|
) |
[inline, static] |
Definition at line 46 of file ModuleIncident.h.
00046 { return std::string("ModuleLoaded"); }
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v20r3/GaudiKernel/GaudiKernel/ModuleIncident.h