Committed up-to-date .class and .h files from an earlier commit

From-SVN: r123890
This commit is contained in:
Tom Tromey 2007-04-16 20:15:00 +00:00
parent 1c23733ce2
commit 3088dc29d1
7 changed files with 20 additions and 0 deletions

View file

@ -75,6 +75,7 @@ private:
void callReadMethod(::java::lang::reflect::Method *, ::java::lang::Class *, ::java::lang::Object *);
void dumpElement(::java::lang::String *);
void dumpElementln(::java::lang::String *);
void dumpElementln(::java::lang::String *, ::java::lang::Object *);
static const jint BUFFER_SIZE = 1024;
::java::io::DataInputStream * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) realInputStream;
::java::io::DataInputStream * dataInputStream;