summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-20 16:54:36 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-20 16:54:36 (GMT)
commit3fbf61190d7ddadac6646b988b324b9a3af172dc (patch)
treec88c1a6268630dbfb2f55772c50155c82b70baea /java/src/hdf
parentf125d36da2de24fd09022951e33671af7daffbd3 (diff)
downloadhdf5-3fbf61190d7ddadac6646b988b324b9a3af172dc.zip
hdf5-3fbf61190d7ddadac6646b988b324b9a3af172dc.tar.gz
hdf5-3fbf61190d7ddadac6646b988b324b9a3af172dc.tar.bz2
HDFFV-10887 merge from develop
Diffstat (limited to 'java/src/hdf')
-rw-r--r--java/src/hdf/hdf5lib/H5.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index 4a651ea..6e37d77 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -5006,10 +5006,9 @@ public class H5 implements java.io.Serializable {
**/
public synchronized static native void H5Orefresh(long object_id) throws HDF5LibraryException;
- // /////// unimplemented ////////
- // herr_t H5Odisable_mdc_flushes(hid_t object_id);
- // herr_t H5Oenable_mdc_flushes(hid_t object_id);
- // herr_t H5Oare_mdc_flushes_disabled(hid_t object_id, hbool_t *are_disabled);
+ public synchronized static native void H5Odisable_mdc_flushes(long object_id);
+ public synchronized static native void H5Oenable_mdc_flushes(long object_id);
+ public synchronized static native boolean H5Oare_mdc_flushes_disabled(long object_id);
// ////////////////////////////////////////////////////////////
// //