]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCLogging.h
Fixing coverity defects 24797 and 24795
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCLogging.h
index e95137046c5b9369d6de85dc072958a9850a8f76..f5b525061a23f4587fdd1b7610329ca9664ded03 100644 (file)
@@ -1,25 +1,11 @@
-// @(#) $Id$
-// Original: AliL3Logging.h,v 1.11 2004/10/09 11:28:31 loizides 
+// $Id$
 
 #ifndef ALIHLTTPCLOGGING_H
 #define ALIHLTTPCLOGGING_H
 
-#include "AliHLTTPCRootTypes.h"
+// this is an old remnant, but we keep the file in order to keep the
+// HLT TPC code as it is
 #include "AliHLTStdIncludes.h"
-
-#ifdef use_logging
-#include <MLUCLog.hpp>
-#include <MLUCLogServer.hpp>
-
-typedef MLUCLog AliHLTTPCLog;
-typedef MLUCLogServer AliHLTTPCLogServer;
-typedef MLUCDevNullLogServer AliHLTTPCDevNullLogServer;
-typedef MLUCStdoutLogServer AliHLTTPCStdoutLogServer;
-typedef MLUCStderrLogServer AliHLTTPCStderrLogServer;
-typedef MLUCStreamLogServer AliHLTTPCStreamLogServer;
-
-#else
-
 #include "AliHLTTPCLog.h"
-#endif /* use_logging */ 
+
 #endif /* ALIHLTTPCLOGGING_H */