ROOT
6.07/09
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
core
multiproc
inc
TProcPool.h
Go to the documentation of this file.
1
/* @(#)root/multiproc:$Id$ */
2
// Author: Pere Mato
3
4
// Placeholder header file for users accessing TProcPool.h and the class TProcPool
5
6
#ifndef __CLING__
7
// #pragma message("class 'TProcPool' is deprecated, replace it by 'ROOT::TProcessExecutor'")
8
#endif
9
10
#include "
ROOT/TProcessExecutor.hxx
"
11
12
// To keep backward compatibility
13
using
TProcPool
=
ROOT::TProcessExecutor
;
14
ROOT::TProcessExecutor
Definition:
TProcessExecutor.hxx:39
TProcessExecutor.hxx