]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/interface/test/AliHLTTestAgent.h
updated
[u/mrichter/AliRoot.git] / HLT / BASE / interface / test / AliHLTTestAgent.h
1 //-*- Mode: C++ -*-
2 // $Id$
3
4 /**************************************************************************
5  * This file is property of and copyright by the ALICE HLT Project        * 
6  * ALICE Experiment at CERN, All rights reserved.                         *
7  *                                                                        *
8  * Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>        *
9  *                  for The ALICE HLT Project.                            *
10  *                                                                        *
11  * Permission to use, copy, modify and distribute this software and its   *
12  * documentation strictly for non-commercial purposes is hereby granted   *
13  * without fee, provided that the above copyright notice appears in all   *
14  * copies and that both the copyright notice and this permission notice   *
15  * appear in the supporting documentation. The authors make no claims     *
16  * about the suitability of this software for any purpose. It is          *
17  * provided "as is" without express or implied warranty.                  *
18  **************************************************************************/
19
20 /** @file   AliHLTTestAgent.h
21     @author Matthias Richter
22     @date   
23     @brief  A module agent used for testing the external wrapper interface
24  */
25
26 #include "AliHLTModuleAgent.h"
27
28 class AliHLTTestAgent : public AliHLTModuleAgent
29 {
30 public:
31   AliHLTTestAgent();
32   ~AliHLTTestAgent();
33
34   int RegisterComponents(AliHLTComponentHandler* pHandler) const;
35   
36 };