ATLAS Offline Software
Loading...
Searching...
No Matches
Control
AthenaExamples
AthExHive
AthExHive
IHiveTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHEXHIVE_IHIVETOOL
6
#define ATHEXHIVE_IHIVETOOL
7
8
#include "GaudiKernel/IAlgTool.h"
9
10
class
IHiveTool
:
virtual
public
IAlgTool {
11
public
:
12
virtual
StatusCode
doSomething
()
const
= 0;
13
virtual
~IHiveTool
() {};
14
15
DeclareInterfaceID
(
IHiveTool
,1,0);
16
17
};
18
#endif
// !ATHEXHIVE_IHIVETOOL
IHiveTool
Definition
IHiveTool.h:10
IHiveTool::DeclareInterfaceID
DeclareInterfaceID(IHiveTool, 1, 0)
IHiveTool::doSomething
virtual StatusCode doSomething() const =0
IHiveTool::~IHiveTool
virtual ~IHiveTool()
Definition
IHiveTool.h:13
Generated on
for ATLAS Offline Software by
1.14.0