Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

ModuleLoadedIncident Class Reference

fired when a module (DLL) is loaded More...

#include <ModuleIncident.h>

Inheritance diagram for ModuleLoadedIncident:

Inheritance graph
[legend]
Collaboration diagram for ModuleLoadedIncident:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ModuleLoadedIncident (const std::string &source, const std::string &module)

Static Public Member Functions

static std::string TYPE ()


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.


Constructor & Destructor Documentation

ModuleLoadedIncident::ModuleLoadedIncident ( const std::string source,
const std::string module 
) [inline]

Definition at line 47 of file ModuleIncident.h.

00049              : ModuleIncident(source, TYPE(), module) { }


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:

Generated at Mon May 3 12:25:40 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004