Commit 4547105f by Warren Levy Committed by Warren Levy

jni.cc: Added include of java/lang/ThreadGroup.h.

	* jni.cc: Added include of java/lang/ThreadGroup.h.
	* gcj/javaprims.h: Removed Replaceable and Resolvable from namespace
	per change of 2000-10-05.

From-SVN: r37173
parent d8041cc8
2000-10-31 Warren Levy <warrenl@cygnus.com>
* jni.cc: Added include of java/lang/ThreadGroup.h.
* gcj/javaprims.h: Removed Replaceable and Resolvable from namespace
per change of 2000-10-05.
2000-10-30 Bryce McKinlay <bryce@albatross.co.nz>
* java/util/BitSet.java: Updated @specnote.
......
......@@ -363,8 +363,6 @@ extern "Java"
class PushbackReader;
class RandomAccessFile;
class Reader;
class Replaceable;
class Resolvable;
class SequenceInputStream;
class Serializable;
class SerializablePermission;
......
......@@ -39,6 +39,7 @@ details. */
#include <java/lang/OutOfMemoryError.h>
#include <java/util/Hashtable.h>
#include <java/lang/Integer.h>
#include <java/lang/ThreadGroup.h>
#include <gnu/gcj/jni/NativeThread.h>
#include <gcj/method.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment