git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@307 0109f412-320b-0410-ab79-c3e0c5ffbbe6
22 lines
611 B
C
22 lines
611 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class xflaim_FlmInsertLoc */
|
|
|
|
#ifndef _Included_xflaim_FlmInsertLoc
|
|
#define _Included_xflaim_FlmInsertLoc
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#undef xflaim_FlmInsertLoc_FLM_FIRST_CHILD
|
|
#define xflaim_FlmInsertLoc_FLM_FIRST_CHILD 1L
|
|
#undef xflaim_FlmInsertLoc_FLM_LAST_CHILD
|
|
#define xflaim_FlmInsertLoc_FLM_LAST_CHILD 2L
|
|
#undef xflaim_FlmInsertLoc_FLM_PREV_SIB
|
|
#define xflaim_FlmInsertLoc_FLM_PREV_SIB 3L
|
|
#undef xflaim_FlmInsertLoc_FLM_NEXT_SIB
|
|
#define xflaim_FlmInsertLoc_FLM_NEXT_SIB 4L
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|