CMS 3D CMS Logo

SocketPair.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_SYSAPI_SOCKET_PAIR_H
00002 # define CLASSLIB_SYSAPI_SOCKET_PAIR_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "classlib/sysapi/system.h"
00007 # ifdef _WIN32
00008 #  include <windows.h>
00009 # else
00010 #  include <cerrno>
00011 #  include <sys/socket.h>
00012 # endif
00013 
00014 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00015 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00016 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00017 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00018 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00019 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00020 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00021 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00022 
00023 #endif // CLASSLIB_SYSAPI_SOCKET_PAIR_H

Generated on Tue Jun 9 17:38:52 2009 for CMSSW by  doxygen 1.5.4