![]() |
|
|
Generated: 8 Jan 2009 |
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IAuditor.h"
#include "GaudiKernel/INamedInterface.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/ListItem.h"
#include "GaudiKernel/GaudiException.h"
#include "AuditorSvc.h"

Go to the source code of this file.
Defines | |
| #define | OBSOLETION(name) |
| #define OBSOLETION | ( | name | ) |
Value:
void AuditorSvc::name(INamedInterface*) { \ throw GaudiException("The method IAuditor::" #name " is obsolete do not call it.", \ "AuditorSvc::" #name , StatusCode::FAILURE); \ }
Definition at line 234 of file AuditorSvc.cpp.