FSF GCC merge 02/23/03
[official-gcc.git] / libjava / gnu / java / nio / natDoubleBufferImpl.cc
blob6c66a337417d10cc757e5b48589f5ab920e34886
1 // natDoubleBufferImpl.cc
3 /* Copyright (C) 2002, 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>
13 #include <gcj/cni.h>
14 #include <jvm.h>
16 #include <gnu/java/nio/DoubleBufferImpl.h>
18 JArray<jdouble>*
19 gnu::java::nio::DoubleBufferImpl::nio_cast(JArray<jbyte>*)
21 return NULL;
24 void
25 gnu::java::nio::DoubleBufferImpl::nio_put_Byte(gnu::java::nio::DoubleBufferImpl*, jint, jint, jbyte)
29 jbyte
30 gnu::java::nio::DoubleBufferImpl::nio_get_Byte(gnu::java::nio::DoubleBufferImpl*, jint, jint)
32 return 0;