Gaudi Framework, version v23r7

Home   Generated: Wed Mar 20 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IGenericTool.h
Go to the documentation of this file.
1 // $Id: IGenericTool.h,v 1.1 2008/07/17 13:35:06 marcocle Exp $
2 #ifndef GAUDIALG_IGENERICTOOL_H
3 #define GAUDIALG_IGENERICTOOL_H 1
4 
5 // Include files
6 #include "GaudiKernel/IAlgTool.h"
7 
14 class GAUDI_API IGenericTool: virtual public IAlgTool {
15 public:
18 
20  virtual void execute() = 0;
21 
22  virtual ~IGenericTool();
23 };
24 #endif // KERNEL_INORMALIZETOOL_H

Generated at Wed Mar 20 2013 17:59:36 for Gaudi Framework, version v23r7 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004