]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TPCLib/AliHLTTPCLogging.h
Alignment fixes
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCLogging.h
1 // @(#) $Id$
2
3 #ifndef ALIHLTTPCLOGGING_H
4 #define ALIHLTTPCLOGGING_H
5
6 #include "AliHLTTPCRootTypes.h"
7 #include "AliHLTTPCStandardIncludes.h"
8
9 #ifdef use_logging
10 #include <MLUCLog.hpp>
11 #include <MLUCLogServer.hpp>
12
13 typedef MLUCLog AliHLTTPCLog;
14 typedef MLUCLogServer AliHLTTPCLogServer;
15 typedef MLUCDevNullLogServer AliHLTTPCDevNullLogServer;
16 typedef MLUCStdoutLogServer AliHLTTPCStdoutLogServer;
17 typedef MLUCStderrLogServer AliHLTTPCStderrLogServer;
18 typedef MLUCStreamLogServer AliHLTTPCStreamLogServer;
19
20 #else
21
22 #include "AliHLTTPCLog.h"
23 #endif /* use_logging */ 
24 #endif /* ALIHLTTPCLOGGING_H */