ATLAS Offline Software
Loading...
Searching...
No Matches
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
10class IHiveTool : virtual public IAlgTool {
11public:
12 virtual StatusCode doSomething() const = 0;
13 virtual ~IHiveTool() {};
14
16
17};
18#endif // !ATHEXHIVE_IHIVETOOL
DeclareInterfaceID(IHiveTool, 1, 0)
virtual StatusCode doSomething() const =0
virtual ~IHiveTool()
Definition IHiveTool.h:13