]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTOUTHandler.cxx
Fixing problem of method ambiguity.
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTOUTHandler.cxx
index 9831003f7a09b0b635628124f085c633058ae482..cbec6ef8dad1fb4ebf33597d3706416a9b856abe 100644 (file)
@@ -28,6 +28,8 @@
 ClassImp(AliHLTOUTHandler)
 
 AliHLTOUTHandler::AliHLTOUTHandler()
+  :
+  fState(kHandlerOK)
 { 
   // see header file for class documentation
   // or
@@ -53,3 +55,9 @@ int AliHLTOUTHandler::ReleaseProcessedData(const AliHLTUInt8_t* /*pData*/, int /
   // see header file for class documentation
   return 0;
 }
+
+int AliHLTOUTHandler::FinishEvent()
+{
+  // see header file for class documentation
+  return 0;
+}