]> git.uio.no Git - u/mrichter/AliRoot.git/blame - START/STARTbaseLinkDef.h
More inline functions available to the user (B.Hippolyte)
[u/mrichter/AliRoot.git] / START / STARTbaseLinkDef.h
CommitLineData
6ca40650 1#ifdef __CINT__
3da30618 2/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * See cxx source for full Copyright notice */
4
5/* $Id$ */
6
6ca40650 7#pragma link off all globals;
8#pragma link off all classes;
9#pragma link off all functions;
10
2ab0c725 11#pragma link C++ class AliSTARTdigit+;
7a68e0ef 12#pragma link C++ class AliSTARTLoader+;
6ca40650 13
14#endif