diff options
author | Tom Tromey <tromey@redhat.com> | 2003-05-09 19:16:54 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-05-09 19:16:54 +0000 |
commit | 553ada109d228881d72e94aedfd0571bdb0689d0 (patch) | |
tree | 714d25ae19e517dedb609b059a691f9245caf758 /libjava/gnu/java/nio/natIntBufferImpl.cc | |
parent | b3dd7e32bf9c4019eea63b10ff2c833f4108a5d4 (diff) | |
download | gcc-553ada109d228881d72e94aedfd0571bdb0689d0.zip gcc-553ada109d228881d72e94aedfd0571bdb0689d0.tar.gz gcc-553ada109d228881d72e94aedfd0571bdb0689d0.tar.bz2 |
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (nat_source_files): Removed old files.
* gnu/java/nio/natDoubleBufferImpl.cc: Removed.
* gnu/java/nio/natFloatBufferImpl.cc: Removed.
* gnu/java/nio/natIntBufferImpl.cc: Removed.
* gnu/java/nio/natLongBufferImpl.cc: Removed.
* gnu/java/nio/natShortBufferImpl.cc: Removed.
From-SVN: r66640
Diffstat (limited to 'libjava/gnu/java/nio/natIntBufferImpl.cc')
-rw-r--r-- | libjava/gnu/java/nio/natIntBufferImpl.cc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/libjava/gnu/java/nio/natIntBufferImpl.cc b/libjava/gnu/java/nio/natIntBufferImpl.cc deleted file mode 100644 index eff70f8..0000000 --- a/libjava/gnu/java/nio/natIntBufferImpl.cc +++ /dev/null @@ -1,33 +0,0 @@ -// natIntBufferImpl.cc - -/* Copyright (C) 2002, 2003 Free Software Foundation - - This file is part of libgcj. - -This software is copyrighted work licensed under the terms of the -Libgcj License. Please consult the file "LIBGCJ_LICENSE" for -details. */ - -#include <config.h> - -#include <gcj/cni.h> -#include <jvm.h> - -#include <gnu/java/nio/IntBufferImpl.h> - -JArray<jint>* -gnu::java::nio::IntBufferImpl::nio_cast(JArray<jbyte>*) -{ - return NULL; -} - -void -gnu::java::nio::IntBufferImpl::nio_put_Byte(gnu::java::nio::IntBufferImpl*, jint, jint, jbyte) -{ -} - -jbyte -gnu::java::nio::IntBufferImpl::nio_get_Byte(gnu::java::nio::IntBufferImpl*, jint, jint) -{ - return 0; -} |