Logo ROOT   6.08/07
Reference Guide
LinkDef.h
Go to the documentation of this file.
1 /* @(#)root/multiproc:$Id$ */
2 // Author: Enrico Guiraud July 2015
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2000, 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 TMPClient+;
19 #pragma link C++ class TMPWorker+;
20 #pragma link C++ class TMPInterruptHandler+;
21 #pragma link C++ class ROOT::TProcessExecutor+;
22 #pragma link C++ class TProcPool; // Deprecated but still needed for backward compatibility
23 
24 #endif