]> git.uio.no Git - u/mrichter/AliRoot.git/blob - VZERO/VZERObaseLinkDef.h
Message commented out
[u/mrichter/AliRoot.git] / VZERO / VZERObaseLinkDef.h
1 #ifdef __CINT__
2 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  * See cxx source for full Copyright notice                               */
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  AliVZEROLoader+;
10 #pragma link C++ class  AliVZEROdigit+;
11
12 #endif