Logo ROOT   6.08/07
Reference Guide
LinkDef.h
Go to the documentation of this file.
1 /* @(#)root/gdml:$Id$ */
2 /* Authors: Ben Lloyd 09/11/06 ben.lloyd@cern.ch */
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #ifdef __CINT__
13 
14 #pragma link off all globals;
15 #pragma link off all classes;
16 #pragma link off all functions;
17 
18 //#pragma link C++ class GDMLEngine;
19 #pragma link C++ class TGDMLParse;
20 #pragma link C++ class TGDMLRefl;
21 #pragma link C++ class TGDMLWrite;
22 
23 #endif