-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathLinkDefRoot.h
More file actions
20 lines (16 loc) · 864 Bytes
/
LinkDefRoot.h
File metadata and controls
20 lines (16 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*************************************************************************
* Copyright (C) 1995-2000, 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 __CLING__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ class ROOT::Deprecated::TAuthenticate;
#pragma link C++ class ROOT::Deprecated::THostAuth;
#pragma link C++ class ROOT::Deprecated::TRootAuth;
#pragma link C++ class ROOT::Deprecated::TRootSecContext;
#endif