|
ATLAS Offline Software
|
Go to the documentation of this file.
26 #ifndef DATAMODELCOMPATSVC_H
27 #define DATAMODELCOMPATSVC_H
31 #include "GaudiKernel/IIncidentListener.h"
40 virtual public IIncidentListener
61 virtual void handle (
const Incident& inc);
68 virtual void debug (
const char*
msg);
75 virtual void error (
const char*
msg);
79 #endif // not DATAMODELCOMPATSVC_H
DataModelCompatSvc(const std::string &name, ISvcLocator *svc)
Constructor.
virtual StatusCode initialize()
Service initialization; called at the beginning of the job.
Service for DataVector backwards compatibility.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual void handle(const Incident &inc)
Handle incidents.
AthROOTErrorHandlerSvc * svc
Very simple interface for writing log messages.
virtual void debug(const char *msg)
Log a debugging message.
virtual void error(const char *msg)
Log an error message.
Very simple interface for writing log messages.