Dead
[official-gcc.git] / gomp-20050608-branch / libjava / java / net / natInetAddressNoNet.cc
blob0374af18f88f8953a852188cda8b58c97c8c2223
1 /* Copyright (C) 2003 Free Software Foundation
3 This file is part of libgcj.
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
7 details. */
9 #include <config.h>
10 #include <stddef.h>
12 #include <java/net/InetAddress.h>
14 jbyteArray
15 java::net::InetAddress::aton (jstring)
17 return NULL;
20 jint
21 java::net::InetAddress::getFamily (jbyteArray bytes)
23 return 0;
26 JArray<java::net::InetAddress*> *
27 java::net::InetAddress::lookup (jstring, java::net::InetAddress *, jboolean)
29 return NULL;
32 jstring
33 java::net::InetAddress::getLocalHostname ()
35 return NULL;