]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FIT/FITsim/FITsimLinkDef.h
TENDER becomes Tender, removing .so
[u/mrichter/AliRoot.git] / FIT / FITsim / FITsimLinkDef.h
CommitLineData
c1c44db3 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/* $Id: T0baseLinkDef.h 40168 2010-04-06 09:37:48Z alla $ */
6
7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
63697604 10
11#pragma link C++ class AliFITv2+;
c1c44db3 12#pragma link C++ class AliFITv1+;
13#pragma link C++ class AliFITv0+;
c1c44db3 14
15#endif