]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/HLTbaseLinkDef.h
started the new framework module supporting PubSub and AliRoot
[u/mrichter/AliRoot.git] / HLT / BASE / HLTbaseLinkDef.h
1 // @(#) $Id$
2
3 #ifdef __CINT__
4  
5 #pragma link off all globals;
6 #pragma link off all classes;
7 #pragma link off all functions;
8
9 #pragma link C++ class AliHLTComponent;
10 #pragma link C++ class AliHLTComponentHandler; 
11 #pragma link C++ class AliHLTProcessor;
12 #pragma link C++ class AliHLTSystem;
13
14 #endif
15