Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IDBReplicaSvc.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 DBREPLICASVC_IDBREPLICASVC_H
6 #define DBREPLICASVC_IDBREPLICASVC_H
7 // IDBReplicaSvc.h - abstract interface to service inplementing
8 // CORAL IReplicaSortingAlgorithm
9 // Richard Hawkimgs, started 24/4/07
10 
11 #include "GaudiKernel/IInterface.h"
12 #include "RelationalAccess/IReplicaSortingAlgorithm.h"
13 
14 class IDBReplicaSvc : virtual public IInterface,
15  virtual public coral::IReplicaSortingAlgorithm {
16  public:
18 };
19 
20 #endif // DBREPLICASVC_IDBREPLICASVC_H
IDBReplicaSvc::DeclareInterfaceID
DeclareInterfaceID(IDBReplicaSvc, 1, 0)
IDBReplicaSvc
Definition: IDBReplicaSvc.h:15