-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdllheader.h
More file actions
35 lines (32 loc) · 1008 Bytes
/
dllheader.h
File metadata and controls
35 lines (32 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class CmdRegisterImpl */
#ifndef _Included_CmdRegisterImpl
#define _Included_CmdRegisterImpl
#ifdef __cplusplus
extern "C" {
#endif
#undef CmdRegisterImpl_serialVersionUID
#define CmdRegisterImpl_serialVersionUID -3215090123894869218i64
#undef CmdRegisterImpl_serialVersionUID
#define CmdRegisterImpl_serialVersionUID -4100238210092549637i64
#undef CmdRegisterImpl_serialVersionUID
#define CmdRegisterImpl_serialVersionUID 4974527148936298033i64
/*
* Class: CmdRegisterImpl
* Method: getlocaltime
* Signature: (LGetLocalTime;)Ljava/lang/Object;
*/
JNIEXPORT jobject JNICALL Java_CmdRegisterImpl_getlocaltime
(JNIEnv *, jobject, jobject);
/*
* Class: CmdRegisterImpl
* Method: getversion
* Signature: (LGetVersion;)Ljava/lang/Object;
*/
JNIEXPORT jobject JNICALL Java_CmdRegisterImpl_getversion
(JNIEnv *, jobject, jobject);
#ifdef __cplusplus
}
#endif
#endif