AuditorSvc.cpp File Reference
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IAuditor.h"
#include "GaudiKernel/INamedInterface.h"
#include "GaudiKernel/Auditor.h"
#include "GaudiKernel/TypeNameString.h"
#include "GaudiKernel/GaudiException.h"
#include "AuditorSvc.h"
Include dependency graph for AuditorSvc.cpp:

Go to the source code of this file.

Macros

#define OBSOLETION(name)
 

Macro Definition Documentation

#define OBSOLETION (   name)
Value:
throw GaudiException("The method IAuditor::" #name " is obsolete do not call it.", \
"AuditorSvc::" #name , StatusCode::FAILURE); \
}
Define general base for Gaudi exception.
IInterface compliant class extending IInterface with the name() method.

Definition at line 173 of file AuditorSvc.cpp.