Files
mars-flaim/xflaim/java/jni/xflaim_BlockIOStats.h
dsandersoremutah a14f862fae Added more methods for DbSystem class in java.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@769 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-08-15 21:21:17 +00:00

22 lines
425 B
C

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