Class.h (hack_signers): Renamed signers to hack_signers.

2003-12-03  Michael Koch  <konqueror@gmx.de>

	* java/lang/Class.h (hack_signers): Renamed signers to hack_signers.
	* java/lang/natClass.cc (getSigners): Likewise.
	(setSigners): Likewise.

From-SVN: r74247
This commit is contained in:
Michael Koch 2003-12-03 21:26:59 +00:00 committed by Michael Koch
parent 02972627ab
commit b7e0ff4538
3 changed files with 9 additions and 3 deletions

View file

@ -446,7 +446,7 @@ private:
// Security Domain to which this class belongs (or null).
java::security::ProtectionDomain *protectionDomain;
// Signers of this class (or null).
JArray<jobject> *signers;
JArray<jobject> *hack_signers;
// Used by Jv_PopClass and _Jv_PushClass to communicate with StackTrace.
jclass chain;
};