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:
parent
9e8327e3c3
commit
0239631aa0
5 changed files with 8 additions and 271 deletions
|
@ -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 //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue