swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: 3e897068eb1b830359a71a9c6f113da7ec4c2bb3 authored by Axel Naumann on 05 November 2018, 09:30:03 UTC
Update ROOT version files to v6.14/06.
Tip revision: 3e89706
LinkDef.h
/* @(#)root/xml:$Id$ */

/*************************************************************************
 * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#ifdef __CINT__

#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;

#pragma link C++ class TXMLPlayer;
#pragma link C++ class TXMLEngine;
#pragma link C++ class TXMLSetup;
#pragma link C++ class TXMLFile;
#pragma link C++ class TBufferXML;
#pragma link C++ class TKeyXML;

#endif
back to top