Files
mars-flaim/xflaim/java/jni/xflaim_InsertLoc.h
dsandersoremutah 7ec3c1754c Added more methods for the Db class.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@748 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-08 16:46:55 +00:00

26 lines
740 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class xflaim_InsertLoc */
#ifndef _Included_xflaim_InsertLoc
#define _Included_xflaim_InsertLoc
#ifdef __cplusplus
extern "C" {
#endif
#undef xflaim_InsertLoc_XFLM_ROOT
#define xflaim_InsertLoc_XFLM_ROOT 0L
#undef xflaim_InsertLoc_XFLM_FIRST_CHILD
#define xflaim_InsertLoc_XFLM_FIRST_CHILD 1L
#undef xflaim_InsertLoc_XFLM_LAST_CHILD
#define xflaim_InsertLoc_XFLM_LAST_CHILD 2L
#undef xflaim_InsertLoc_XFLM_PREV_SIB
#define xflaim_InsertLoc_XFLM_PREV_SIB 3L
#undef xflaim_InsertLoc_XFLM_NEXT_SIB
#define xflaim_InsertLoc_XFLM_NEXT_SIB 4L
#undef xflaim_InsertLoc_XFLM_ATTRIBUTE
#define xflaim_InsertLoc_XFLM_ATTRIBUTE 5L
#ifdef __cplusplus
}
#endif
#endif