From dc048e96f3d57a4804101d17528e40051734c022 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Wed, 5 Jul 2017 11:49:20 -0700 Subject: Marked H5I_REFERENCE as deprecated in H5Ipublic.h. --- src/H5Ipublic.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 */ -- cgit v0.12