/[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.1 by mkoch, Tue Mar 4 12:54:12 2003 UTC revision 1.2 by mkoch, Wed Jul 2 09:16:52 2003 UTC
# Line 59  exception statement from your version. * Line 59  exception statement from your version. *
59   * Returns all local network interfaces as vector   * Returns all local network interfaces as vector
60   */   */
61  JNIEXPORT jobject JNICALL  JNIEXPORT jobject JNICALL
62  Java_java_net_NetworkInterface_getRealNetworkInterfaces (JNIEnv *env,  Java_java_net_NetworkInterface_getRealNetworkInterfaces (JNIEnv* env, jclass class)
                                                          jobject this)  
63  {  {
64    JCL_ThrowException (env, IO_EXCEPTION, "java.net.NetworkInterface.getRealNetworkInterfaces(): not implemented");    JCL_ThrowException (env, IO_EXCEPTION, "java.net.NetworkInterface.getRealNetworkInterfaces(): not implemented");
65    return 0;    return 0;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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