diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-07-05 18:49:20 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-07-05 18:49:20 (GMT) |
commit | dc048e96f3d57a4804101d17528e40051734c022 (patch) | |
tree | 6711f72ef83faa3e351ca7e4822c94775220d87e | |
parent | 63647cd36336e35cac95c9ed4ab48deadee8ebd0 (diff) | |
download | hdf5-dc048e96f3d57a4804101d17528e40051734c022.zip hdf5-dc048e96f3d57a4804101d17528e40051734c022.tar.gz hdf5-dc048e96f3d57a4804101d17528e40051734c022.tar.bz2 |
Marked H5I_REFERENCE as deprecated in H5Ipublic.h.
-rw-r--r-- | src/H5Ipublic.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index 831874b..7bc3c22 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -40,7 +40,12 @@ typedef enum H5I_type_t { H5I_DATASPACE, /* type ID for Dataspace objects */ H5I_DATASET, /* type ID for Dataset objects */ H5I_ATTR, /* type ID for Attribute objects */ - H5I_REFERENCE, /* type ID for Reference objects */ + H5I_REFERENCE, /* type ID for Reference objects + ** DEPRECATED** + H5I_REFERENCE is not used in the library and + will be removed from this enumeration in a + future major release of the library. + */ H5I_VFL, /* type ID for virtual file layer */ H5I_GENPROP_CLS, /* type ID for generic property list classes */ H5I_GENPROP_LST, /* type ID for generic property lists */ |