16#include "GaudiKernel/GenericAddress.h"
17#include "GaudiKernel/MsgStream.h"
18#include "GaudiKernel/ISvcLocator.h"
19#include "GaudiKernel/IConversionSvc.h"
37 StatusCode status = ConversionSvc::initialize();
43 if ( pAddress !=
nullptr) {
44 ATH_CHECK(
dynamic_cast<GenericAddress*
>(pAddress)!=
nullptr );
45 return StatusCode::SUCCESS;
47 return StatusCode::FAILURE;
#define ATH_CHECK
Evaluate an expression and check for errors.
virtual StatusCode updateServiceState(IOpaqueAddress *pAddress)
Update state of the service.
static long storageType()
storage type
virtual long repSvcType() const
virtual StatusCode initialize()
Initialize the service.
virtual ~McCnvSvc()
Standard Destructor.
McCnvSvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.