]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TENDER/Tender/TenderLinkDef.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / TENDER / Tender / TenderLinkDef.h
CommitLineData
d8515050 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 AliTender+;
8#pragma link C++ class AliTenderSupply+;
9
10#endif