Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

net_stdafx.h

00001 #ifndef __NET_STDAFX_H 00002 #define __NET_STDAFX_H 00003 00004 00005 //namespace Net{ 00006 #ifdef WIN32 00007 #include <winsock.h> 00008 #else 00009 00010 #include <errno.h> 00011 #include <sys/types.h> 00012 #undef __socklen_t_defined // slackware bug remove 00013 #include <sys/socket.h> 00014 #include <netinet/in.h> 00015 #include <arpa/inet.h> 00016 #include <netdb.h> 00017 00018 #endif 00019 00020 //} // end of namespace 00021 00022 #endif

Generated on Fri May 28 02:26:32 2004 for Piskvorky by doxygen 1.3.7