aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2019-11-24 15:48:31 -0500
committerJakob Odersky <jakob@odersky.com>2019-11-24 15:48:31 -0500
commit3b93075c7995c7865a4fbd21c2488bcf5b179183 (patch)
treecde67405d1e47b65e87bcdfffd24fc47a0701455
parentaab049c7e9630bc8992c0fcd0edd593d00b00b93 (diff)
downloadakka-serial-3b93075c7995c7865a4fbd21c2488bcf5b179183.tar.gz
akka-serial-3b93075c7995c7865a4fbd21c2488bcf5b179183.tar.bz2
akka-serial-3b93075c7995c7865a4fbd21c2488bcf5b179183.zip
Upgrade sbt-jni to 1.4.0
-rw-r--r--native/src/include/akka_serial_sync_UnsafeSerial.h14
-rw-r--r--native/src/include/akka_serial_sync_UnsafeSerial__.h12
-rw-r--r--project/plugins.sbt2
3 files changed, 14 insertions, 14 deletions
diff --git a/native/src/include/akka_serial_sync_UnsafeSerial.h b/native/src/include/akka_serial_sync_UnsafeSerial.h
index 893ccf6..2dce391 100644
--- a/native/src/include/akka_serial_sync_UnsafeSerial.h
+++ b/native/src/include/akka_serial_sync_UnsafeSerial.h
@@ -1,14 +1,13 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class akka_serial_sync_UnsafeSerial */
-
-#ifndef _Included_akka_serial_sync_UnsafeSerial
-#define _Included_akka_serial_sync_UnsafeSerial
+#ifndef _Include_akka_serial_sync_UnsafeSerial
+#define _Include_akka_serial_sync_UnsafeSerial
#ifdef __cplusplus
extern "C" {
#endif
/*
- * Class: akka_serial_sync_UnsafeSerial
+ * Class: akka.serial.sync.UnsafeSerial
* Method: read
* Signature: (Ljava/nio/ByteBuffer;)I
*/
@@ -16,7 +15,7 @@ JNIEXPORT jint JNICALL Java_akka_serial_sync_UnsafeSerial_read
(JNIEnv *, jobject, jobject);
/*
- * Class: akka_serial_sync_UnsafeSerial
+ * Class: akka.serial.sync.UnsafeSerial
* Method: cancelRead
* Signature: ()V
*/
@@ -24,7 +23,7 @@ JNIEXPORT void JNICALL Java_akka_serial_sync_UnsafeSerial_cancelRead
(JNIEnv *, jobject);
/*
- * Class: akka_serial_sync_UnsafeSerial
+ * Class: akka.serial.sync.UnsafeSerial
* Method: write
* Signature: (Ljava/nio/ByteBuffer;I)I
*/
@@ -32,7 +31,7 @@ JNIEXPORT jint JNICALL Java_akka_serial_sync_UnsafeSerial_write
(JNIEnv *, jobject, jobject, jint);
/*
- * Class: akka_serial_sync_UnsafeSerial
+ * Class: akka.serial.sync.UnsafeSerial
* Method: close
* Signature: ()V
*/
@@ -43,3 +42,4 @@ JNIEXPORT void JNICALL Java_akka_serial_sync_UnsafeSerial_close
}
#endif
#endif
+
diff --git a/native/src/include/akka_serial_sync_UnsafeSerial__.h b/native/src/include/akka_serial_sync_UnsafeSerial__.h
index 5f4bdb9..9f0b984 100644
--- a/native/src/include/akka_serial_sync_UnsafeSerial__.h
+++ b/native/src/include/akka_serial_sync_UnsafeSerial__.h
@@ -1,14 +1,13 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
-/* Header for class akka_serial_sync_UnsafeSerial__ */
-
-#ifndef _Included_akka_serial_sync_UnsafeSerial__
-#define _Included_akka_serial_sync_UnsafeSerial__
+/* Header for class akka_serial_sync_UnsafeSerial_00024 */
+#ifndef _Include_akka_serial_sync_UnsafeSerial_00024
+#define _Include_akka_serial_sync_UnsafeSerial_00024
#ifdef __cplusplus
extern "C" {
#endif
/*
- * Class: akka_serial_sync_UnsafeSerial__
+ * Class: akka.serial.sync.UnsafeSerial_00024
* Method: open
* Signature: (Ljava/lang/String;IIZI)J
*/
@@ -16,7 +15,7 @@ JNIEXPORT jlong JNICALL Java_akka_serial_sync_UnsafeSerial_00024_open
(JNIEnv *, jobject, jstring, jint, jint, jboolean, jint);
/*
- * Class: akka_serial_sync_UnsafeSerial__
+ * Class: akka.serial.sync.UnsafeSerial_00024
* Method: debug
* Signature: (Z)V
*/
@@ -27,3 +26,4 @@ JNIEXPORT void JNICALL Java_akka_serial_sync_UnsafeSerial_00024_debug
}
#endif
#endif
+
diff --git a/project/plugins.sbt b/project/plugins.sbt
index f711a3c..38bf1d9 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -3,7 +3,7 @@
*/
// Build, package and load native libraries
-addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.3.4")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.4.0")
/*
* Utility plugins, can be disabled during plain build