]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/comp/AliHLTCompLinkDef.h
bugfix AliHLTCompStatCollector: filling entry 'Level' of the component statistics...
[u/mrichter/AliRoot.git] / HLT / comp / AliHLTCompLinkDef.h
1 #if !defined(__CINT__) && !defined(__CLING__)
2 # error Not for compilation
3 #else 
4 #pragma link off all globals;
5 #pragma link off all classes;
6 #pragma link off all functions;
7
8 #pragma link C++ class AliHLTCompAgent+;
9
10 #endif // __CINT__