Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

/MbsAPI/typedefs_nt.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------
00002 //        Go4 Release Package v2.10-5 (build 21005) 
00003 //                      03-Nov-2005
00004 //---------------------------------------------------------------
00005 //       The GSI Online Offline Object Oriented (Go4) Project
00006 //       Experiment Data Processing at DVEE department, GSI
00007 //---------------------------------------------------------------
00008 //
00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI
00010 //                    Planckstr. 1, 64291 Darmstadt, Germany
00011 //Contact:            http://go4.gsi.de
00012 //----------------------------------------------------------------
00013 //This software can be used under the license agreements as stated
00014 //in Go4License.txt file which is part of the distribution.
00015 //----------------------------------------------------------------
00016 /* This file called in typedefs.h defines data types for NT */
00017 
00018 #ifdef WIN32 
00019 #define EWOULDBLOCK             WSAEWOULDBLOCK
00020 #define EINPROGRESS             WSAEINPROGRESS
00021 #define EALREADY                WSAEALREADY
00022 #define ENOTSOCK                WSAENOTSOCK
00023 #define EDESTADDRREQ            WSAEDESTADDRREQ
00024 #define EMSGSIZE                WSAEMSGSIZE
00025 #define EPROTOTYPE              WSAEPROTOTYPE
00026 #define ENOPROTOOPT             WSAENOPROTOOPT
00027 #define EPROTONOSUPPORT         WSAEPROTONOSUPPORT
00028 #define ESOCKTNOSUPPORT         WSAESOCKTNOSUPPORT
00029 #define EOPNOTSUPP              WSAEOPNOTSUPP
00030 #define EPFNOSUPPORT            WSAEPFNOSUPPORT
00031 #define EAFNOSUPPORT            WSAEAFNOSUPPORT
00032 #define EADDRINUSE              WSAEADDRINUSE
00033 #define EADDRNOTAVAIL           WSAEADDRNOTAVAIL
00034 #define ENETDOWN                WSAENETDOWN
00035 #define ENETUNREACH             WSAENETUNREACH
00036 #define ENETRESET               WSAENETRESET
00037 #define ECONNABORTED            WSAECONNABORTED
00038 #define ECONNRESET              WSAECONNRESET
00039 #define ENOBUFS                 WSAENOBUFS
00040 #define EISCONN                 WSAEISCONN
00041 #define ENOTCONN                WSAENOTCONN
00042 #define ESHUTDOWN               WSAESHUTDOWN
00043 #define ETOOMANYREFS            WSAETOOMANYREFS
00044 #define ETIMEDOUT               WSAETIMEDOUT
00045 #define ECONNREFUSED            WSAECONNREFUSED
00046 #define ELOOP                   WSAELOOP
00047 /*#define ENAMETOOLONG            WSAENAMETOOLONG*/
00048 #define EHOSTDOWN               WSAEHOSTDOWN
00049 #define EHOSTUNREACH            WSAEHOSTUNREACH
00050 /*#define ENOTEMPTY               WSAENOTEMPTY*/
00051 #define EPROCLIM                WSAEPROCLIM
00052 #define EUSERS                  WSAEUSERS
00053 #define EDQUOT                  WSAEDQUOT
00054 #define ESTALE                  WSAESTALE
00055 #define EREMOTE                 WSAEREMOTE
00056 #endif
00057 
00058 
00059 //----------------------------END OF GO4 SOURCE FILE ---------------------

Generated on Tue Nov 8 10:56:09 2005 for Go4-v2.10-5 by doxygen1.2.15