ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
proof
proofd
inc
XrdSysToOuc.h
Go to the documentation of this file.
1
2
//
3
// These are needed when we build the XROOTD-related plugins with an
4
// external XROOTD relased before the full move XrdOuc to XrdSys
5
//
6
#ifndef ROOT_XrdSysToOuc
7
#define ROOT_XrdSysToOuc
8
9
#include "
XrdProofdXrdVers.h
"
10
11
#if ROOTXRDVERS < ROOT_OldXrdOuc
12
13
#define XrdSysError XrdOucError
14
#define XrdSysLogger XrdOucLogger
15
16
#define XrdSysMutex XrdOucMutex
17
#define XrdSysMutexHelper XrdOucMutexHelper
18
#define XrdSysRecMutex XrdOucRecMutex
19
#define XrdSysSemWait XrdOucSemWait
20
#define XrdSysThread XrdOucThread
21
22
#define XrdSysPlugin XrdOucPlugin
23
24
#define XrdSysTimer XrdOucTimer
25
26
#endif
27
#endif
28
29
XrdProofdXrdVers.h