]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/SampleLib/AliHLTSampleRawAnalysisComponent.cxx
minor coding rule corrections, removed deprecated class
[u/mrichter/AliRoot.git] / HLT / SampleLib / AliHLTSampleRawAnalysisComponent.cxx
index 31a6092c116181237405bd9012b73c48bc96de08..f8fed00fdefa769d62b17f1fa12f0f71718fd9df 100644 (file)
@@ -1,7 +1,7 @@
 // $Id$
 
 //**************************************************************************
-//* This file is property of and copyright by the ALICE HLT Project        * 
+//* This file is property of and copyright by the                          * 
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //*                                                                        *
 //* Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>        *
@@ -78,7 +78,7 @@ const char* AliHLTSampleRawAnalysisComponent::GetComponentID()
   return "SampleRawAnalysis";
 }
 
-void AliHLTSampleRawAnalysisComponent::GetInputDataTypes( vector<AliHLTComponentDataType>& list)
+void AliHLTSampleRawAnalysisComponent::GetInputDataTypes( AliHLTComponentDataTypeList& list)
 {
   // component property: list of input data types
   list.push_back(kAliHLTDataTypeDDLRaw);