ATLAS Offline Software
Database
ConnectionManagement
DBReplicaSvc
DBReplicaSvc
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
:
17
DeclareInterfaceID
(
IDBReplicaSvc
, 1, 0);
18
};
19
20
#endif // DBREPLICASVC_IDBREPLICASVC_H
IDBReplicaSvc::DeclareInterfaceID
DeclareInterfaceID(IDBReplicaSvc, 1, 0)
IDBReplicaSvc
Definition:
IDBReplicaSvc.h:15
Generated on Mon Sep 29 2025 21:11:23 for ATLAS Offline Software by
1.8.18