ATLAS Offline Software
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 
8 class IAsgHelloTool : virtual public asg::IAsgTool {
10 
11 public:
12 
13  // Display a message.
14  virtual int talk() const =0;
15 
16 };
17 
18 #endif
IAsgHelloTool::talk
virtual int talk() const =0
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition: IAsgTool.h:41
IAsgHelloTool
Definition: IAsgHelloTool.h:8
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition: AsgToolMacros.h:40
IAsgTool.h