ATLAS Offline Software
Loading...
Searching...
No Matches
IAsgHelloTool.h
Go to the documentation of this file.
1// IAsgHelloTool.h
2
3#ifndef IAsgHelloTool_H
4#define IAsgHelloTool_H
5
6#include "AsgTools/IAsgTool.h"
7
8class IAsgHelloTool : virtual public asg::IAsgTool {
10
11public:
12
13 // Display a message.
14 virtual int talk() const =0;
15
16};
17
18#endif
#define ASG_TOOL_INTERFACE(CLASSNAME)
virtual int talk() const =0
Base class for the dual-use tool interface classes.
Definition IAsgTool.h:41