Class.h: Include Package.h.
* java/lang/Class.h: Include Package.h. (Class::getProtectionDomain): Declare. (Class::getPackage): Declare. From-SVN: r56640
This commit is contained in:
parent
26fed921cd
commit
97d8f7e7e7
@ -1,3 +1,9 @@
|
||||
2002-08-28 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* java/lang/Class.h: Include Package.h.
|
||||
(Class::getProtectionDomain): Declare.
|
||||
(Class::getPackage): Declare.
|
||||
|
||||
2002-08-28 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/net/InetSocketAddress.java: Added some documentation and argument
|
||||
|
@ -19,6 +19,7 @@ details. */
|
||||
#include <java/net/URL.h>
|
||||
#include <java/lang/reflect/Modifier.h>
|
||||
#include <java/security/ProtectionDomain.h>
|
||||
#include <java/lang/Package.h>
|
||||
|
||||
// We declare these here to avoid including gcj/cni.h.
|
||||
extern "C" void _Jv_InitClass (jclass klass);
|
||||
@ -209,6 +210,8 @@ public:
|
||||
}
|
||||
|
||||
jobject newInstance (void);
|
||||
java::security::ProtectionDomain *getProtectionDomain (void);
|
||||
java::lang::Package *getPackage (void);
|
||||
jstring toString (void);
|
||||
jboolean desiredAssertionStatus (void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user