Dead
[official-gcc.git] / gomp-20050608-branch / libjava / gnu / java / nio / natSelectorImplEcos.cc
blob15fbafde70f644a4dcc4e66181a1aa10396e35fd
1 // natSelectorImplEcos.cc
3 /* Copyright (C) 2003, 2004 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>
17 #include <gnu/java/nio/VMSelector.h>
18 #include <java/io/IOException.h>
20 jint
21 gnu::java::nio::VMSelector::select (jintArray read, jintArray write,
22 jintArray except, jlong timeout)
24 throw new ::java::io::IOException (JvNewStringUTF ("implSelect() not implemented"));