aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net/natInetAddressNoNet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/net/natInetAddressNoNet.cc')
-rw-r--r--libjava/java/net/natInetAddressNoNet.cc35
1 files changed, 35 insertions, 0 deletions
diff --git a/libjava/java/net/natInetAddressNoNet.cc b/libjava/java/net/natInetAddressNoNet.cc
new file mode 100644
index 0000000..d28e6b3
--- /dev/null
+++ b/libjava/java/net/natInetAddressNoNet.cc
@@ -0,0 +1,35 @@
+/* Copyright (C) 2003 Free Software Foundation
+
+ This file is part of libgcj.
+
+This software is copyrighted work licensed under the terms of the
+Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
+details. */
+
+#include <config.h>
+
+#include <java/net/InetAddress.h>
+
+jbyteArray
+java::net::InetAddress::aton (jstring)
+{
+ return NULL;
+}
+
+jint
+java::net::InetAddress::getFamily (jbyteArray bytes)
+{
+ return 0;
+}
+
+JArray<java::net::InetAddress*> *
+java::net::InetAddress::lookup (jstring, java::net::InetAddress *, jboolean)
+{
+ return NULL;
+}
+
+jstring
+java::net::InetAddress::getLocalHostname ()
+{
+ return NULL;
+}