ATLAS Offline Software
Loading...
Searching...
No Matches
IAthenaPoolCleanUp.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ATHENAPOOLCNVSVC_IATHENAPOOLCLEANUP_H
6#define ATHENAPOOLCNVSVC_IATHENAPOOLCLEANUP_H
7
12
13#include "GaudiKernel/StatusCode.h"
14
20
21public:
23 virtual ~IAthenaPoolCleanUp() = default;
24
25 virtual StatusCode cleanUp(const std::string& output) = 0;
26
27protected:
29 IAthenaPoolCleanUp() = default;
30};
31
32#endif
IAthenaPoolCleanUp()=default
Standard Constructor.
virtual ~IAthenaPoolCleanUp()=default
Destructor.
virtual StatusCode cleanUp(const std::string &output)=0