ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
net
auth
inc
LinkDefRoot.h
Go to the documentation of this file.
1
/*************************************************************************
2
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
3
* All rights reserved. *
4
* *
5
* For the licensing terms see $ROOTSYS/LICENSE. *
6
* For the list of contributors see $ROOTSYS/README/CREDITS. *
7
*************************************************************************/
8
9
#ifdef __CINT__
10
11
#pragma link off all globals;
12
#pragma link off all classes;
13
#pragma link off all functions;
14
15
#pragma link C++ class TAuthenticate;
16
#pragma link C++ class THostAuth;
17
#pragma link C++ class TRootAuth;
18
#pragma link C++ class TRootSecContext;
19
20
#endif