~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/nbody-java/java_security_PrivilegedAction.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-06-11 15:45:24 UTC
  • mfrom: (1.2.1) (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130611154524-rppb3w6tixlegv4n
Tags: 1.4.7~20130611~a1eb425-1
* New snapshot release
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __JAVA_SECURITY_PRIVILEGEDACTION__
 
2
#define __JAVA_SECURITY_PRIVILEGEDACTION__
 
3
 
 
4
#include "xmlvm.h"
 
5
 
 
6
// Preprocessor constants for interfaces:
 
7
#define XMLVM_ITABLE_IDX_java_security_PrivilegedAction_run__ 0
 
8
// Implemented interfaces:
 
9
// Super Class:
 
10
#include "java_lang_Object.h"
 
11
 
 
12
// Circular references:
 
13
 
 
14
XMLVM_DEFINE_CLASS(java_security_PrivilegedAction, 0, 0)
 
15
 
 
16
extern JAVA_OBJECT __CLASS_java_security_PrivilegedAction;
 
17
extern JAVA_OBJECT __CLASS_java_security_PrivilegedAction_1ARRAY;
 
18
extern JAVA_OBJECT __CLASS_java_security_PrivilegedAction_2ARRAY;
 
19
extern JAVA_OBJECT __CLASS_java_security_PrivilegedAction_3ARRAY;
 
20
#ifndef XMLVM_FORWARD_DECL_java_security_PrivilegedAction
 
21
#define XMLVM_FORWARD_DECL_java_security_PrivilegedAction
 
22
typedef struct java_security_PrivilegedAction java_security_PrivilegedAction;
 
23
#endif
 
24
 
 
25
void __INIT_java_security_PrivilegedAction();
 
26
void __INIT_IMPL_java_security_PrivilegedAction();
 
27
 
 
28
#endif