All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Incident.cpp
Go to the documentation of this file.
1 #define _inc_types_impl_
2 #include "GaudiKernel/Incident.h"
4 
6  : m_source(source), m_type(type)
7 {
9 }
STL class.
GAUDI_API const EventContext & currentContext()
Incident(const std::string &source, const std::string &type)
Default Constructor.
Definition: Incident.cpp:5
EventContext m_ctx
Event Context when Incident created.
Definition: Incident.h:59