ATLAS Offline Software
Loading...
Searching...
No Matches
Control
IOVSvc
src
ICondSvcSetupDone.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
/*
3
* Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration.
4
*/
11
12
13
#ifndef IOVSVC_ICONDSVCSETUPDONE_H
14
#define IOVSVC_ICONDSVCSETUPDONE_H
15
16
17
#include "GaudiKernel/IInterface.h"
18
19
20
class
ICondSvcSetupDone
21
:
virtual
public
IInterface
22
{
23
public
:
24
DeclareInterfaceID
(
ICondSvcSetupDone
, 1, 0 );
25
28
virtual
StatusCode
setupDone
() = 0;
29
};
30
31
32
#endif
// not IOVSVC_ICONDSVCSETUPDONE_H
ICondSvcSetupDone
Definition
ICondSvcSetupDone.h:22
ICondSvcSetupDone::DeclareInterfaceID
DeclareInterfaceID(ICondSvcSetupDone, 1, 0)
ICondSvcSetupDone::setupDone
virtual StatusCode setupDone()=0
To be called after creating conditions containers in the conditions store.
Generated on
for ATLAS Offline Software by
1.14.0