Logo ROOT   6.08/07
Reference Guide
LinkDef.h
Go to the documentation of this file.
1 // $Id$
2 // Author: Valeriy Onuchin 03/05/2007
3 
4 
5 /*************************************************************************
6  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
7  * All rights reserved. *
8  * *
9  * For the licensing terms see $ROOTSYS/LICENSE. *
10  * For the list of contributors see $ROOTSYS/README/CREDITS. *
11  *************************************************************************/
12 
13 #ifdef __CINT__
14 
15 #pragma link off all globals;
16 #pragma link off all classes;
17 #pragma link off all functions;
18 
19 #pragma link C++ nestedclass;
20 #pragma link C++ class TGHtml;
21 #pragma link C++ class TGHtmlBrowser;
22 
23 #endif