sunilyadav050585 / in-the-box

Automatically exported from code.google.com/p/in-the-box
0 stars 0 forks source link

Missing method in java_net_NetworkInterface.cpp for java 6 support #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
java_net_NetworkInterface in InTheBoxSim/libcore/luni/src/main/native does not 
compile.
To try to compile it, add it to the libcore target.
To be used, it should also be registered 
InTheBoxSim/libcore/luni/src/main/native/Register.cpp.

Original issue reported on code.google.com by boul...@flexycore.com on 8 Jun 2011 at 1:49

GoogleCodeExporter commented 8 years ago
Added java_net_NetworkInterface.cpp but removed 
"NetworkInterface_getHardwareAddressImpl" because 
its implementation must be added for java 6 compliance (same as 
java_io_File.cpp - Issue 9).

Original comment by boul...@flexycore.com on 10 Jun 2011 at 4:31