ATLAS Offline Software
IHelloTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHEXHELLOWORLD_IHELLOTOOL_H
6 #define ATHEXHELLOWORLD_IHELLOTOOL_H 1
7 
8 #include "GaudiKernel/IAlgTool.h"
9 
10 class IHelloTool : virtual public IAlgTool {
11  public:
12  virtual StatusCode saySomething() = 0;
13 
15 };
16 
17 #endif
IHelloTool::saySomething
virtual StatusCode saySomething()=0
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IHelloTool
Definition: IHelloTool.h:10
IHelloTool::DeclareInterfaceID
DeclareInterfaceID(IHelloTool, 1, 0)