Logo ROOT   6.08/07
Reference Guide
LinkDef.h
Go to the documentation of this file.
1 /* @(#)root/xml:$Id$ */
2 
3 /*************************************************************************
4  * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
5  * All rights reserved. *
6  * *
7  * For the licensing terms see $ROOTSYS/LICENSE. *
8  * For the list of contributors see $ROOTSYS/README/CREDITS. *
9  *************************************************************************/
10 
11 #ifdef __CINT__
12 
13 #pragma link off all globals;
14 #pragma link off all classes;
15 #pragma link off all functions;
16 
17 #pragma link C++ class TXMLPlayer;
18 #pragma link C++ class TXMLEngine;
19 #pragma link C++ class TXMLSetup;
20 #pragma link C++ class TXMLFile;
21 #pragma link C++ class TBufferXML;
22 #pragma link C++ class TKeyXML;
23 
24 #endif