* sanitizer_common/Makefile.am (AM_CXXFLAGS): Use -std=gnu++11.
[official-gcc.git] / libjava / java / net / natVMNetworkInterfaceNoNet.cc
blobeda7f99f0f4e49f01536940e60addfb849362594
1 /* Copyright (C) 2003, 2005 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/SocketException.h>
13 #include <java/net/VMNetworkInterface.h>
14 #include <java/util/Vector.h>
16 ::java::util::Vector*
17 java::net::VMNetworkInterface::getInterfaces ()
19 throw new SocketException (
20 JvNewStringLatin1 ("VMNetworkInterface.getInterfaces: unimplemented"));