diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-08 16:06:26 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-08 16:06:26 -0700 |
commit | 693682fc225e60c9c335ee910fb3c8bb5cf85470 (patch) | |
tree | b2c1285adf65b68a7b20aa231c4c5665966b2c18 /tests/nbody-java/java_security_Guard.h | |
parent | b41b535aeac53740dec416f617378ec4e4e382ce (diff) |
add nbody-java code
Diffstat (limited to 'tests/nbody-java/java_security_Guard.h')
-rw-r--r-- | tests/nbody-java/java_security_Guard.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/nbody-java/java_security_Guard.h b/tests/nbody-java/java_security_Guard.h new file mode 100644 index 00000000..a5fc308d --- /dev/null +++ b/tests/nbody-java/java_security_Guard.h @@ -0,0 +1,28 @@ +#ifndef __JAVA_SECURITY_GUARD__ +#define __JAVA_SECURITY_GUARD__ + +#include "xmlvm.h" + +// Preprocessor constants for interfaces: +#define XMLVM_ITABLE_IDX_java_security_Guard_checkGuard___java_lang_Object 0 +// Implemented interfaces: +// Super Class: +#include "java_lang_Object.h" + +// Circular references: + +XMLVM_DEFINE_CLASS(java_security_Guard, 0, 0) + +extern JAVA_OBJECT __CLASS_java_security_Guard; +extern JAVA_OBJECT __CLASS_java_security_Guard_1ARRAY; +extern JAVA_OBJECT __CLASS_java_security_Guard_2ARRAY; +extern JAVA_OBJECT __CLASS_java_security_Guard_3ARRAY; +#ifndef XMLVM_FORWARD_DECL_java_security_Guard +#define XMLVM_FORWARD_DECL_java_security_Guard +typedef struct java_security_Guard java_security_Guard; +#endif + +void __INIT_java_security_Guard(); +void __INIT_IMPL_java_security_Guard(); + +#endif |