latest sources from main repository

This commit is contained in:
Guenter Obiltschnig
2007-06-13 15:14:53 +00:00
parent cfca5df1b6
commit f7b1357ec6
6 changed files with 43 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
//
// SocketDefs.h
//
// $Id: //poco/Main/Net/include/Poco/Net/SocketDefs.h#3 $
// $Id: //poco/Main/Net/include/Poco/Net/SocketDefs.h#4 $
//
// Library: Net
// Package: NetCore
@@ -176,7 +176,7 @@
#endif
#if (POCO_OS == POCO_OS_HPUX)
#if (POCO_OS == POCO_OS_HPUX) || (POCO_OS == POCO_OS_SOLARIS)
#define POCO_BROKEN_TIMEOUTS 1
#endif

View File

@@ -1,7 +1,7 @@
//
// SocketImpl.h
//
// $Id: //poco/Main/Net/include/Poco/Net/SocketImpl.h#2 $
// $Id: //poco/Main/Net/include/Poco/Net/SocketImpl.h#3 $
//
// Library: Net
// Package: Sockets
@@ -407,6 +407,7 @@ private:
poco_socket_t _sockfd;
#if defined(POCO_BROKEN_TIMEOUTS)
Poco::Timespan _recvTimeout;
Poco::Timespan _sndTimeout;
#endif
friend class Socket;