aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native/com_libmailcore_ConnectionLogType.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/native/com_libmailcore_ConnectionLogType.h')
-rw-r--r--src/java/native/com_libmailcore_ConnectionLogType.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/java/native/com_libmailcore_ConnectionLogType.h b/src/java/native/com_libmailcore_ConnectionLogType.h
new file mode 100644
index 00000000..be31d805
--- /dev/null
+++ b/src/java/native/com_libmailcore_ConnectionLogType.h
@@ -0,0 +1,25 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class com_libmailcore_ConnectionLogType */
+
+#ifndef _Included_com_libmailcore_ConnectionLogType
+#define _Included_com_libmailcore_ConnectionLogType
+#ifdef __cplusplus
+extern "C" {
+#endif
+#undef com_libmailcore_ConnectionLogType_ConnectionLogTypeReceived
+#define com_libmailcore_ConnectionLogType_ConnectionLogTypeReceived 0L
+#undef com_libmailcore_ConnectionLogType_ConnectionLogTypeSent
+#define com_libmailcore_ConnectionLogType_ConnectionLogTypeSent 1L
+#undef com_libmailcore_ConnectionLogType_ConnectionLogTypeSentPrivate
+#define com_libmailcore_ConnectionLogType_ConnectionLogTypeSentPrivate 2L
+#undef com_libmailcore_ConnectionLogType_ConnectionLogTypeErrorParse
+#define com_libmailcore_ConnectionLogType_ConnectionLogTypeErrorParse 3L
+#undef com_libmailcore_ConnectionLogType_ConnectionLogTypeErrorReceived
+#define com_libmailcore_ConnectionLogType_ConnectionLogTypeErrorReceived 4L
+#undef com_libmailcore_ConnectionLogType_ConnectionLogTypeErrorSent
+#define com_libmailcore_ConnectionLogType_ConnectionLogTypeErrorSent 5L
+#ifdef __cplusplus
+}
+#endif
+#endif