2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / gnu / java / nio / natPipeImplEcos.cc
blob7c6b4b5dafa40d0927ff01694b46b2022a9d045e
1 // natPipeImplEcos.cc
3 /* Copyright (C) 2003 Free Software Foundation
5 This file is part of libgcj.
7 This software is copyrighted work licensed under the terms of the
8 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9 details. */
11 #include <config.h>
12 #include <platform.h>
14 #include <errno.h>
15 #include <string.h>
16 #include <unistd.h>
18 #include <gnu/java/nio/PipeImpl.h>
19 #include <java/io/IOException.h>
21 void
22 gnu::java::nio::PipeImpl::nativeInit (::java::nio::channels::spi::SelectorProvider*)
24 throw new ::java::io::IOException (JvNewStringUTF ("nativeInit() not implemented"));