OS_Errno.hh

00001 //********************************************************************
00002 //*** Exceptions/OS_Errno.cc
00003 //*** Copyright (c) 2001 by Markus Winand <mws@fatalmind.com>
00004 //*** This file should be automatically generated at compile time
00005 //*** but it isn't yet ;)
00006 //*** $Id: OS_Errno.hh,v 1.2 2003-04-19 18:44:11 mws Exp $
00007 //********************************************************************
00008 
00009 #include <errno.h>
00010 
00011 #ifdef E2BIG
00012 const int OS_E2BIG = E2BIG;
00013 #undef E2BIG
00014 #endif
00015 
00016 #ifdef EACCES
00017 const int OS_EACCES = EACCES;
00018 #undef EACCES
00019 #endif
00020 
00021 #ifdef EAGAIN
00022 const int OS_EAGAIN = EAGAIN;
00023 #undef EAGAIN
00024 #endif
00025 
00026 #ifdef EBADF
00027 const int OS_EBADF = EBADF;
00028 #undef EBADF
00029 #endif
00030 
00031 #ifdef EBUSY
00032 const int OS_EBUSY = EBUSY;
00033 #undef EBUSY
00034 #endif
00035 
00036 #ifdef ECHILD
00037 const int OS_ECHILD = ECHILD;
00038 #undef ECHILD
00039 #endif
00040 
00041 #ifdef EDEADLK
00042 const int OS_EDEADLK = EDEADLK;
00043 #undef EDEADLK
00044 #endif
00045 
00046 #ifdef EDOM
00047 const int OS_EDOM = EDOM;
00048 #undef EDOM
00049 #endif
00050 
00051 #ifdef EEXIST
00052 const int OS_EEXIST = EEXIST;
00053 #undef EEXIST
00054 #endif
00055 
00056 #ifdef EFAULT
00057 const int OS_EFAULT = EFAULT;
00058 #undef EFAULT
00059 #endif
00060 
00061 #ifdef EFBIG
00062 const int OS_EFBIG = EFBIG;
00063 #undef EFBIG
00064 #endif
00065 
00066 #ifdef EINTR
00067 const int OS_EINTR = EINTR;
00068 #undef EINTR
00069 #endif
00070 
00071 #ifdef EINVAL
00072 const int OS_EINVAL = EINVAL;
00073 #undef EINVAL
00074 #endif
00075 
00076 #ifdef EIO
00077 const int OS_EIO = EIO;
00078 #undef EIO
00079 #endif
00080 
00081 #ifdef EISDIR
00082 const int OS_EISDIR = EISDIR;
00083 #undef EISDIR
00084 #endif
00085 
00086 #ifdef EMFILE
00087 const int OS_EMFILE = EMFILE;
00088 #undef EMFILE
00089 #endif
00090 
00091 #ifdef EMLINK
00092 const int OS_EMLINK = EMLINK;
00093 #undef EMLINK
00094 #endif
00095 
00096 #ifdef ENAMETOOLONG
00097 const int OS_ENAMETOOLONG = ENAMETOOLONG;
00098 #undef ENAMETOOLONG
00099 #endif
00100 
00101 #ifdef ENFILE
00102 const int OS_ENFILE = ENFILE;
00103 #undef ENFILE
00104 #endif
00105 
00106 #ifdef ENODEV
00107 const int OS_ENODEV = ENODEV;
00108 #undef ENODEV
00109 #endif
00110 
00111 #ifdef ENOENT
00112 const int OS_ENOENT = ENOENT;
00113 #undef ENOENT
00114 #endif
00115 
00116 #ifdef ENOEXEC
00117 const int OS_ENOEXEC = ENOEXEC;
00118 #undef ENOEXEC
00119 #endif
00120 
00121 #ifdef ENOLCK
00122 const int OS_ENOLCK = ENOLCK;
00123 #undef ENOLCK
00124 #endif
00125 
00126 #ifdef ENOMEM
00127 const int OS_ENOMEM = ENOMEM;
00128 #undef ENOMEM
00129 #endif
00130 
00131 #ifdef ENOSPC
00132 const int OS_ENOSPC = ENOSPC;
00133 #undef ENOSPC
00134 #endif
00135 
00136 #ifdef ENOSYS
00137 const int OS_ENOSYS = ENOSYS;
00138 #undef ENOSYS
00139 #endif
00140 
00141 #ifdef ENOTDIR
00142 const int OS_ENOTDIR = ENOTDIR;
00143 #undef ENOTDIR
00144 #endif
00145 
00146 #ifdef ENOTEMPTY
00147 const int OS_ENOTEMPTY = ENOTEMPTY;
00148 #undef ENOTEMPTY
00149 #endif
00150 
00151 #ifdef ENOTTY
00152 const int OS_ENOTTY = ENOTTY;
00153 #undef ENOTTY
00154 #endif
00155 
00156 #ifdef ENXIO
00157 const int OS_ENXIO = ENXIO;
00158 #undef ENXIO
00159 #endif
00160 
00161 #ifdef EPERM
00162 const int OS_EPERM = EPERM;
00163 #undef EPERM
00164 #endif
00165 
00166 #ifdef EPIPE
00167 const int OS_EPIPE = EPIPE;
00168 #undef EPIPE
00169 #endif
00170 
00171 #ifdef ERANGE
00172 const int OS_ERANGE = ERANGE;
00173 #undef ERANGE
00174 #endif
00175 
00176 #ifdef EROFS
00177 const int OS_EROFS = EROFS;
00178 #undef EROFS
00179 #endif
00180 
00181 #ifdef ESPIPE
00182 const int OS_ESPIPE = ESPIPE;
00183 #undef ESPIPE
00184 #endif
00185 
00186 #ifdef ESRCH
00187 const int OS_ESRCH = ESRCH;
00188 #undef ESRCH
00189 #endif
00190 
00191 #ifdef EXDEV
00192 const int OS_EXDEV = EXDEV;
00193 #undef EXDEV
00194 #endif
00195 
00196 #ifdef ETIMEDOUT
00197 const int OS_ETIMEDOUT = ETIMEDOUT;
00198 #undef ETIMEDOUT
00199 #endif
00200 

Generated on Mon Nov 9 16:21:24 2009 for ResourcePool by  doxygen 1.5.3