diff options
| author | Quincey Koziol <koziol@koziol.gov> | 2019-08-21 20:36:17 (GMT) |
|---|---|---|
| committer | Quincey Koziol <koziol@koziol.gov> | 2019-08-21 20:36:17 (GMT) |
| commit | 5d6f27b32be6919ab64046bd8ff27c69d84a2c17 (patch) | |
| tree | 3774e701d57114cafa7bc4ab400e0fdb054472e6 /java/src/hdf/hdf5lib/H5.java | |
| parent | 0b85fa6004cb96d222329614fa446b98cfcc06ea (diff) | |
| parent | f0272e4945f047f17043b484db594df131222f1e (diff) | |
| download | hdf5-5d6f27b32be6919ab64046bd8ff27c69d84a2c17.zip hdf5-5d6f27b32be6919ab64046bd8ff27c69d84a2c17.tar.gz hdf5-5d6f27b32be6919ab64046bd8ff27c69d84a2c17.tar.bz2 | |
Merge branch 'develop' into shared_file_ptr
Diffstat (limited to 'java/src/hdf/hdf5lib/H5.java')
| -rw-r--r-- | java/src/hdf/hdf5lib/H5.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 481ca8c..4b563fd 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -5048,10 +5048,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); // //////////////////////////////////////////////////////////// // // |
