Marked H5I_REFERENCE as deprecated in H5Ipublic.h.

This commit is contained in:
Dana Robinson 2017-07-05 11:49:20 -07:00
parent 63647cd363
commit dc048e96f3

View File

@ -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 */