mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
VS 2008 project files and build fixes
This commit is contained in:
@@ -301,9 +301,9 @@ SocketAddress::~SocketAddress()
|
||||
|
||||
bool SocketAddress::operator < (const SocketAddress& addr) const
|
||||
{
|
||||
if (family() < addr.family()) return true;
|
||||
if (host() < addr.host()) return true;
|
||||
return (port() < addr.port());
|
||||
if (family() < addr.family()) return true;
|
||||
if (host() < addr.host()) return true;
|
||||
return (port() < addr.port());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user