2003-11-28 Michael Koch <konqueror@gmx.de>

* java/net/InetAddress.java
	(lookup): New method that doesnt lookup "0.0.0.0".
	(ImplLookup): Renamed from lookup.
	* java/net/natInetAddressNoNet.cc
	(ImplLookup): Renamed from lookup.
	* java/net/natInetAddressPosix.cc
	(ImplLookup): Renamed from lookup.
	* java/net/natInetAddressWin32.cc
	(ImplLookup): Renamed from lookup.

From-SVN: r74026
This commit is contained in:
Michael Koch 2003-11-28 22:01:29 +00:00 committed by Michael Koch
parent bb6ed2ac99
commit c3f322d803
5 changed files with 36 additions and 7 deletions

View file

@ -50,8 +50,9 @@ java::net::InetAddress::getFamily (jbyteArray bytes)
JArray<java::net::InetAddress*> *
java::net::InetAddress::lookup (jstring host, java::net::InetAddress* iaddr,
jboolean all)
java::net::InetAddress::implLookup (jstring host,
java::net::InetAddress* iaddr,
jboolean all)
{
struct hostent *hptr = NULL;
if (host != NULL)