Signed-off-by: Tomek Grabiec <tgrab...@gmail.com> --- cafebabe/include/cafebabe/class.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/cafebabe/include/cafebabe/class.h b/cafebabe/include/cafebabe/class.h index 67c53f9..f453c28 100644 --- a/cafebabe/include/cafebabe/class.h +++ b/cafebabe/include/cafebabe/class.h @@ -47,6 +47,9 @@ struct cafebabe_method_info; struct cafebabe_stream; #define CAFEBABE_CLASS_ACC_PUBLIC 0x0001 +#define CAFEBABE_CLASS_ACC_PRIVATE 0x0002 +#define CAFEBABE_CLASS_ACC_PROTECTED 0x0004 +#define CAFEBABE_CLASS_ACC_STATIC 0x0008 #define CAFEBABE_CLASS_ACC_FINAL 0x0010 #define CAFEBABE_CLASS_ACC_SUPER 0x0020 #define CAFEBABE_CLASS_ACC_INTERFACE 0x0200 -- 1.6.0.6 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel