Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ATHENAPOOLCNVSVC_IATHENAPOOLCLEANUPSVC_H
6 #define ATHENAPOOLCNVSVC_IATHENAPOOLCLEANUPSVC_H
14 #include "GaudiKernel/IInterface.h"
15 #include "GaudiKernel/StatusCode.h"
38 std::vector<IAthenaPoolCleanUp*>
m_cnvs;
This class provides the interface for the IAthenaPoolCleanUpSvc which is used to clean up AthenaPoolC...
virtual ~IAthenaPoolCleanUpSvc()
Destructor.
This class provides the interface for the AthenaPoolCleanUp which is used to clean up AthenaPoolConve...
virtual StatusCode cleanUp(const std::string &connection)=0
::StatusCode StatusCode
StatusCode definition for legacy code.
This file contains the class definition for the IAthenaPoolCleanUp class.
DeclareInterfaceID(IAthenaPoolCleanUpSvc, 1, 0)
IAthenaPoolCleanUpSvc()
Standard Constructor.
std::vector< IAthenaPoolCleanUp * > m_cnvs
virtual StatusCode registerCleanUp(IAthenaPoolCleanUp *cnv)=0