FSF GCC merge 02/23/03
[official-gcc.git] / libjava / gnu / java / nio / natShortBufferImpl.cc
blob188bff9575e6feeede9373f1ece489a8940de350
1 // natShortBufferImpl.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/ShortBufferImpl.h>
18 JArray<jshort>*
19 gnu::java::nio::ShortBufferImpl::nio_cast(JArray<jbyte>*)
21 return NULL;
24 void
25 gnu::java::nio::ShortBufferImpl::nio_put_Byte(gnu::java::nio::ShortBufferImpl*, jint, jint, jbyte)
29 jbyte
30 gnu::java::nio::ShortBufferImpl::nio_get_Byte(gnu::java::nio::ShortBufferImpl*, jint, jint)
32 return 0;