ROOT logo
// $Id: $

//**************************************************************************
//* This file is property of and copyright by the ALICE HLT Project        * 
//* ALICE Experiment at CERN, All rights reserved.                         *
//*                                                                        *
//* Primary Authors: Artur Szostak <artursz@iafrica.com>                   *
//*                  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   AliHLTOUTHandlerIgnore.cxx
    @author Artur Szostak
    @date   7 Jan 2011
    @brief  Implementation of simple HLTOUT handler for ignoring data blocks.
*/

#include "AliHLTOUTHandlerIgnore.h"

ClassImp(AliHLTOUTHandlerIgnore)

int AliHLTOUTHandlerIgnore::ProcessData(AliHLTOUT* /*data*/)
{
  // Ignores the data and returns zero.
  return 0;
}
 AliHLTOUTHandlerIgnore.cxx:1
 AliHLTOUTHandlerIgnore.cxx:2
 AliHLTOUTHandlerIgnore.cxx:3
 AliHLTOUTHandlerIgnore.cxx:4
 AliHLTOUTHandlerIgnore.cxx:5
 AliHLTOUTHandlerIgnore.cxx:6
 AliHLTOUTHandlerIgnore.cxx:7
 AliHLTOUTHandlerIgnore.cxx:8
 AliHLTOUTHandlerIgnore.cxx:9
 AliHLTOUTHandlerIgnore.cxx:10
 AliHLTOUTHandlerIgnore.cxx:11
 AliHLTOUTHandlerIgnore.cxx:12
 AliHLTOUTHandlerIgnore.cxx:13
 AliHLTOUTHandlerIgnore.cxx:14
 AliHLTOUTHandlerIgnore.cxx:15
 AliHLTOUTHandlerIgnore.cxx:16
 AliHLTOUTHandlerIgnore.cxx:17
 AliHLTOUTHandlerIgnore.cxx:18
 AliHLTOUTHandlerIgnore.cxx:19
 AliHLTOUTHandlerIgnore.cxx:20
 AliHLTOUTHandlerIgnore.cxx:21
 AliHLTOUTHandlerIgnore.cxx:22
 AliHLTOUTHandlerIgnore.cxx:23
 AliHLTOUTHandlerIgnore.cxx:24
 AliHLTOUTHandlerIgnore.cxx:25
 AliHLTOUTHandlerIgnore.cxx:26
 AliHLTOUTHandlerIgnore.cxx:27
 AliHLTOUTHandlerIgnore.cxx:28
 AliHLTOUTHandlerIgnore.cxx:29
 AliHLTOUTHandlerIgnore.cxx:30
 AliHLTOUTHandlerIgnore.cxx:31
 AliHLTOUTHandlerIgnore.cxx:32
 AliHLTOUTHandlerIgnore.cxx:33