]> git.uio.no Git - u/mrichter/AliRoot.git/blame - THbtp/THBTprocessorLinkDef.h
Updated version of the non-recursive Makefiles. See doc/README.FlatMakefile and build...
[u/mrichter/AliRoot.git] / THbtp / THBTprocessorLinkDef.h
CommitLineData
6671656e 1#ifdef __CINT__
2
3#pragma link off all globals;
4#pragma link off all classes;
5#pragma link off all functions;
6
7#pragma link C++ class THBTprocessor+;
8
9#endif