2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / java / net / natNetworkInterfaceNoNet.cc
blob5f3c5089221698774924b10a2f51078dada2d103
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 <platform.h>
12 #include <java/net/NetworkInterface.h>
13 #include <java/net/SocketException.h>
14 #include <java/util/Vector.h>
16 ::java::util::Vector*
17 java::net::NetworkInterface::getRealNetworkInterfaces ()
19 throw new SocketException (
20 JvNewStringLatin1 ("NetworkInterface.getrealNetworkInterfaces: unimplemented"));