Logo ROOT   6.07/09
Reference Guide
XpdSysError.h
Go to the documentation of this file.
1 
2 //
3 // These are needed to handle backward compatibility
4 //
5 #include "XrdProofdXrdVers.h"
6 
7 #if ROOTXRDVERS < ROOT_OldXrdOuc
8 #define XrdSysError XrdOucError
9 #include "XrdOuc/XrdOucError.hh"
10 #else
11 #include "XrdSys/XrdSysError.hh"
12 #endif
13 
14