ROOT logo
// $Id$

//**************************************************************************
//* This file is property of and copyright by the ALICE HLT Project        * 
//* ALICE Experiment at CERN, All rights reserved.                         *
//*                                                                        *
//* Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>        *
//*                  for The ALICE HLT Project.                            *
//*                                                                        *
//* Permission to use, copy, modify and distribute this software and its   *
//* documentation strictly for non-commercial purposes is hereby granted   *
//* without fee, provided that the above copyright notice appears in all   *
//* copies and that both the copyright notice and this permission notice   *
//* appear in the supporting documentation. The authors make no claims     *
//* about the suitability of this software for any purpose. It is          *
//* provided "as is" without express or implied warranty.                  *
//**************************************************************************

/**
 * @file   AliHLTShuttleInterface.cxx
 * @author Matthias Richter
 * @date   2008-01-22
 * @brief  Pure virtual interface to the HLT shuttle methods
 */

#include "AliHLTShuttleInterface.h"

ClassImp(AliHLTShuttleInterface)

AliHLTShuttleInterface::AliHLTShuttleInterface() 
{
  // see header file for class documentation
  // or
  // refer to README to build package
  // or
  // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
}

AliHLTShuttleInterface::~AliHLTShuttleInterface() 
{
  // see header file for function documentation
}

 AliHLTShuttleInterface.cxx:1
 AliHLTShuttleInterface.cxx:2
 AliHLTShuttleInterface.cxx:3
 AliHLTShuttleInterface.cxx:4
 AliHLTShuttleInterface.cxx:5
 AliHLTShuttleInterface.cxx:6
 AliHLTShuttleInterface.cxx:7
 AliHLTShuttleInterface.cxx:8
 AliHLTShuttleInterface.cxx:9
 AliHLTShuttleInterface.cxx:10
 AliHLTShuttleInterface.cxx:11
 AliHLTShuttleInterface.cxx:12
 AliHLTShuttleInterface.cxx:13
 AliHLTShuttleInterface.cxx:14
 AliHLTShuttleInterface.cxx:15
 AliHLTShuttleInterface.cxx:16
 AliHLTShuttleInterface.cxx:17
 AliHLTShuttleInterface.cxx:18
 AliHLTShuttleInterface.cxx:19
 AliHLTShuttleInterface.cxx:20
 AliHLTShuttleInterface.cxx:21
 AliHLTShuttleInterface.cxx:22
 AliHLTShuttleInterface.cxx:23
 AliHLTShuttleInterface.cxx:24
 AliHLTShuttleInterface.cxx:25
 AliHLTShuttleInterface.cxx:26
 AliHLTShuttleInterface.cxx:27
 AliHLTShuttleInterface.cxx:28
 AliHLTShuttleInterface.cxx:29
 AliHLTShuttleInterface.cxx:30
 AliHLTShuttleInterface.cxx:31
 AliHLTShuttleInterface.cxx:32
 AliHLTShuttleInterface.cxx:33
 AliHLTShuttleInterface.cxx:34
 AliHLTShuttleInterface.cxx:35
 AliHLTShuttleInterface.cxx:36
 AliHLTShuttleInterface.cxx:37
 AliHLTShuttleInterface.cxx:38
 AliHLTShuttleInterface.cxx:39
 AliHLTShuttleInterface.cxx:40
 AliHLTShuttleInterface.cxx:41
 AliHLTShuttleInterface.cxx:42
 AliHLTShuttleInterface.cxx:43