Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libjni-gdal / include / es_gva_cit_jogr_OGRFeature.h @ 948

History | View | Annotate | Download (489 Bytes)

1 920 igbrotru
/* DO NOT EDIT THIS FILE - it is machine generated */
2
#include <jni.h>
3
/* Header for class es_gva_cit_jogr_OGRFeature */
4
5
#ifndef _Included_es_gva_cit_jogr_OGRFeature
6
#define _Included_es_gva_cit_jogr_OGRFeature
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10 945 igbrotru
/*
11
 * Class:     es_gva_cit_jogr_OGRFeature
12
 * Method:    FreeOGRFeatureNat
13
 * Signature: (J)V
14
 */
15
JNIEXPORT void JNICALL Java_es_gva_cit_jogr_OGRFeature_FreeOGRFeatureNat
16
  (JNIEnv *, jobject, jlong);
17
18 920 igbrotru
#ifdef __cplusplus
19
}
20
#endif
21
#endif