natInetAddressWin32.cc, [...]: Removed code enclosed in DISABLE_JAVA_NET defines.

2003-08-29  Michael Koch  <konqueror@gmx.de>

	* java/net/natInetAddressWin32.cc,
	java/net/natNetworkInterfaceWin32.cc,
	java/net/natPlainDatagramSocketImplWin32.cc,
	java/net/natPlainSocketImplWin32.cc:
	Removed code enclosed in DISABLE_JAVA_NET defines.

From-SVN: r70883
This commit is contained in:
Michael Koch 2003-08-28 16:22:47 +00:00 committed by Michael Koch
parent 9e8327e3c3
commit 0239631aa0
5 changed files with 8 additions and 271 deletions

View file

@ -52,17 +52,6 @@ details. */
#include <java/net/SocketException.h>
#include <java/util/Vector.h>
#ifdef DISABLE_JAVA_NET
::java::util::Vector*
java::net::NetworkInterface::getRealNetworkInterfaces ()
{
::java::util::Vector* ht = new ::java::util::Vector();
return ht;
}
#else /* DISABLE_JAVA_NET */
::java::util::Vector*
java::net::NetworkInterface::getRealNetworkInterfaces ()
{
@ -138,5 +127,3 @@ java::net::NetworkInterface::getRealNetworkInterfaces ()
return ht;
#endif /* WIN32 */
}
#endif // DISABLE_JAVA_NET //