git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@307 0109f412-320b-0410-ab79-c3e0c5ffbbe6
18 lines
477 B
C
18 lines
477 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class xflaim_TransactionFlags */
|
|
|
|
#ifndef _Included_xflaim_TransactionFlags
|
|
#define _Included_xflaim_TransactionFlags
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#undef xflaim_TransactionFlags_DONT_KILL_TRANS
|
|
#define xflaim_TransactionFlags_DONT_KILL_TRANS 1L
|
|
#undef xflaim_TransactionFlags_DONT_POISON_CACHE
|
|
#define xflaim_TransactionFlags_DONT_POISON_CACHE 2L
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|