portability/tcp.hpp

#ifndef STLPLUS_TCP
#define STLPLUS_TCP
////////////////////////////////////////////////////////////////////////////////

//   Author:    Andy Rushton
//   Copyright: (c) Southampton University 1999-2004
//              (c) Andy Rushton           2004 onwards
//   License:   BSD License, see ../docs/license.html

//   A deprecated legacy header - please use tcp_socket.hpp

////////////////////////////////////////////////////////////////////////////////

#include "portability_fixes.hpp"
#include "tcp_sockets.hpp"

#endif