Logo ROOT   6.10/09
Reference Guide
NetErrors.h
Go to the documentation of this file.
1 // @(#)root/net:$Id$
2 // Author: Fons Rademakers 11/08/97
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2003, 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 #ifndef ROOT_NetErrors
13 #define ROOT_NetErrors
14 
15 
16 //////////////////////////////////////////////////////////////////////////
17 // //
18 // NetErrors //
19 // //
20 // This header file defines error codes generated by rootd/proofd. //
21 // //
22 //////////////////////////////////////////////////////////////////////////
23 
24 #include "Rtypes.h"
25 
70 };
71 
72 R__EXTERN const char *gRootdErrStr[];
73 
74 #endif
R__EXTERN const char * gRootdErrStr[]
Definition: NetErrors.h:72
#define R__EXTERN
Definition: DllImport.h:27
ERootdErrors
Definition: NetErrors.h:26