Files
mars-flaim/xflaim/java/jni/xflaim_CheckpointInfo.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

22 lines
435 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class xflaim_CheckpointInfo */
#ifndef _Included_xflaim_CheckpointInfo
#define _Included_xflaim_CheckpointInfo
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: xflaim_CheckpointInfo
* Method: initIDs
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_xflaim_CheckpointInfo_initIDs
(JNIEnv *, jclass);
#ifdef __cplusplus
}
#endif
#endif