ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSerializeCnvSvc.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
6//#include <GaudiKernel/ICnvManager.h>
7#include "GaudiKernel/MsgStream.h"
8
9
11 MsgStream log(msgSvc(), "TrigSerializeCnvSvc");
12 log << MSG::INFO << "initialize()" << endmsg;
13 /*
14 ICnvManager::CnvIterator i, stop;
15 for ( i = cnvManager()->cnvBegin(), stop = cnvManager()->cnvEnd(); i != stop; i++ ) {
16 if ( repSvcType() == (*i)->repSvcType() ) {
17 //StatusCode iret = addConverter( *(*i) );
18 CLID obj = (i)->objType();
19
20 StatusCode iret = initializeConverter(storageType(), obj, *(*i) );
21
22 }
23 }
24 */
25 return StatusCode::SUCCESS;
26}
#define endmsg
virtual StatusCode initialize() override