]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/MONITORzmqLinkDef.h
Helper class for debugging/testing pp vs mult
[u/mrichter/AliRoot.git] / MONITOR / MONITORzmqLinkDef.h
CommitLineData
4b4ef58d 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
8#pragma link off all globals;
9#pragma link off all classes;
10#pragma link off all functions;
11
db352b46 12#pragma link C++ class AliNetMessage+;
13#pragma link C++ class AliSocket+;
14#pragma link C++ class AliThreadedSocket+;
4b4ef58d 15#pragma link C++ class AliRecoServerThread+;
db352b46 16#pragma link C++ class AliEventServerWindow+;
4b4ef58d 17#pragma link C++ class AliRecoServer+;
18
19#endif