]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - SHUTTLE/test/LinkDef.h
Implementation of Shuttle access to HLT FXS and database
[u/mrichter/AliRoot.git] / SHUTTLE / test / LinkDef.h
... / ...
CommitLineData
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$ */
6
7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
11#pragma link C++ class TestITSPreprocessorSPD;
12#pragma link C++ class TestTPCPreprocessor;
13#pragma link C++ class TestHMPIDPreprocessor;
14#pragma link C++ class TestZDCPreprocessor;
15#pragma link C++ class TestTRDPreprocessor;
16#pragma link C++ class AliTPCDataDCS;
17
18#endif