OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [nio/] [natVMPipeEcos.cc] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
// natVMPipeImplEcos.cc
2
 
3
/* Copyright (C) 2003, 2004, 2007  Free Software Foundation
4
 
5
   This file is part of libgcj.
6
 
7
This software is copyrighted work licensed under the terms of the
8
Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
9
details.  */
10
 
11
#include <config.h>
12
#include <platform.h>
13
 
14
#include <errno.h>
15
#include <string.h>
16
#include <unistd.h>
17
 
18
#include <gnu/java/nio/PipeImpl.h>
19
#include <gnu/java/nio/VMPipe.h>
20
#include <java/io/IOException.h>
21
 
22
void
23
gnu::java::nio::VMPipe::init (gnu::java::nio::PipeImpl *self,
24
                              ::java::nio::channels::spi::SelectorProvider*)
25
{
26
  throw new ::java::io::IOException (JvNewStringUTF ("nativeInit() not implemented"));
27
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.