JavaNativeMethodImpl_OpenJDK7.st
changeset 3209 b96f863a8500
parent 3118 546aadb1fee1
child 3214 c38fcee7b0da
--- a/JavaNativeMethodImpl_OpenJDK7.st	Wed Aug 06 14:24:38 2014 +0100
+++ b/JavaNativeMethodImpl_OpenJDK7.st	Thu Aug 07 01:49:32 2014 +0100
@@ -174,6 +174,15 @@
     ^ JavaVM unimplementedNativeMethodSignal raise
 ! !
 
+!JavaNativeMethodImpl_OpenJDK7 class methodsFor:'native - java.net'!
+
+_java_net_NetworkInterface_getByIndex0: this _: a1 
+
+    <javanative: 'java/net/NetworkInterface' name: 'getByIndex0(I)Ljava/net/NetworkInterface;'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+! !
+
 !JavaNativeMethodImpl_OpenJDK7 class methodsFor:'native - java.util.zip'!
 
 _java_util_zip_ZipFile_getCommentBytes: this _: jzentry _: a2