/[classpath]/classpath/native/jni/java-net/java_net_NetworkInterface.c
ViewVC logotype

Diff of /classpath/native/jni/java-net/java_net_NetworkInterface.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by egagnon, Mon Mar 29 07:07:39 2004 UTC revision 1.6 by mark, Tue Oct 26 20:26:03 2004 UTC
# Line 54  exception statement from your version. * Line 54  exception statement from your version. *
54   * Returns all local network interfaces as vector   * Returns all local network interfaces as vector
55   */   */
56  JNIEXPORT jobject JNICALL  JNIEXPORT jobject JNICALL
57  Java_java_net_NetworkInterface_getRealNetworkInterfaces (JNIEnv* env, jclass class)  Java_java_net_NetworkInterface_getRealNetworkInterfaces (JNIEnv* env,
58                                                             jclass class
59                                                      __attribute__ ((__unused__)))
60  {  {
61    JCL_ThrowException (env, IO_EXCEPTION, "java.net.NetworkInterface.getRealNetworkInterfaces(): not implemented");    JCL_ThrowException (env, IO_EXCEPTION, "java.net.NetworkInterface.getRealNetworkInterfaces(): not implemented");
62    return 0;    return 0;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26