Gaudi Framework, version v20r3

Generated: 24 Nov 2008

ModuleLoadedIncident Class Reference

#include <ModuleIncident.h>

Inheritance diagram for ModuleLoadedIncident:

Inheritance graph
[legend]
Collaboration diagram for ModuleLoadedIncident:

Collaboration graph
[legend]

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]

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 Nov 24 14:45:59 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004