diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-13 22:36:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-13 22:36:08 (GMT) |
commit | 880d14d4c545c795d525285985287829d43c3f42 (patch) | |
tree | ba7bf64fc2c3ce95e0c875941dfbfb66207cf6b6 /java/src/jni/exceptionImp.h | |
parent | 6a90c221e29d83e54d20377a48928f980fcf19c8 (diff) | |
download | hdf5-880d14d4c545c795d525285985287829d43c3f42.zip hdf5-880d14d4c545c795d525285985287829d43c3f42.tar.gz hdf5-880d14d4c545c795d525285985287829d43c3f42.tar.bz2 |
HDFFV-10412 add complemnt to java error_off
Diffstat (limited to 'java/src/jni/exceptionImp.h')
-rw-r--r-- | java/src/jni/exceptionImp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/src/jni/exceptionImp.h b/java/src/jni/exceptionImp.h index cb74602..423e537 100644 --- a/java/src/jni/exceptionImp.h +++ b/java/src/jni/exceptionImp.h @@ -31,6 +31,16 @@ JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5error_1off (JNIEnv *env, jclass clss ); +/* + * Class: hdf_hdf5lib_exceptions_HDF5Library + * Method: H5error_on + * Signature: ()V + * + */ +JNIEXPORT void JNICALL +Java_hdf_hdf5lib_H5_H5error_1on + (JNIEnv *env, jclass clss ); + /* * Class: hdf_hdf5lib_exceptions_HDFLibraryException |